#include <constants.hpp>
|
template<typename S1 , typename T1 > |
static type_traits::yes_type | selector (dummy_size< sizeof(static_cast< T1 >(declval< S1 >()))> *) |
|
template<typename S1 , typename T1 > |
static type_traits::no_type | selector (...) |
|
|
static const bool | value = sizeof(selector<const char*, T>(0)) == sizeof(type_traits::yes_type) |
|
template<class T >
template<typename S1 , typename T1 >
template<class T >
template<typename S1 , typename T1 >
The documentation for this struct was generated from the following file: