#include <templates.hpp>
Classes | |
struct | False_ |
struct | True_ |
Public Types | |
enum | { Result = sizeof(True_) == sizeof(IsImplicitlyConvertibleFromTo<T1, T2>::test(returner<T1>())) } |
Static Private Member Functions | |
template<typename U > | |
static U | returner () |
static False_ | test (...) |
static True_ | test (const T2 &) |
Relations
Definition at line 140 of file templates.hpp.
anonymous enum |
Enumerator | |
---|---|
Result |
Definition at line 151 of file templates.hpp.
|
staticprivate |
|
staticprivate |
|
staticprivate |