PStack  2.0
Stack trace printer for MSVC and GCC binaries
psystem::has_void_return_type< T > Struct Template Reference

A template metafunction to determine if T is a function with a void return type. More...

#include <type_traits.hpp>

Detailed Description

template<typename T>
struct psystem::has_void_return_type< T >

A template metafunction to determine if T is a function with a void return type.

If T has a void return type, this metafunction evaluates to std::true_type, otherwise it evaluates to std::false_type.

Template Parameters
TThe type whose return type will be examined. This results in a compilation error if T is not a function type.
Author
Matt Bisson
Date
19 November, 2015
Since
PSystem 2.0
Version
PSystem 2.0

The documentation for this struct was generated from the following file: