piranha  0.10
Static Public Attributes | List of all members
piranha::is_returnable< T > Class Template Reference

Detect if type can be returned from a function. More...

#include <piranha/type_traits.hpp>

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename T>
class piranha::is_returnable< T >

Detect if type can be returned from a function.

The type trait will be true if T is destructible and copy or move constructible, or if T is void.

Definition at line 1119 of file type_traits.hpp.


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