#include <type_traits.hpp>
Static Public Member Functions | |
| template<class U > | |
| static add_reference< U >::type | source () |
| static no_type | test (...) |
| template<class U > | |
| static yes_type | test (U &, decltype(U(source< U >())) *=0) |
Static Public Attributes | |
| static const bool | value = sizeof(test(source<T>())) == sizeof(yes_type) |
Definition at line 740 of file type_traits.hpp.
|
static |
|
static |
|
static |
|
static |
Definition at line 759 of file type_traits.hpp.