Inheritance diagram for std::tr1::__is_convertible_simple< _From, _To >:

Static Public Attributes | |
| static const bool | __value = sizeof(__test(__makeFrom())) == 1 |
Static Private Member Functions | |
| static __one | __test (_To) |
| static __two | __test (...) |
| static _From | __makeFrom () |
Definition at line 471 of file type_traits.
| static _From std::tr1::__is_convertible_simple< _From, _To >::__makeFrom | ( | ) | [static, private] |
| static __two std::tr1::__is_convertible_simple< _From, _To >::__test | ( | ... | ) | [static, private] |
| static __one std::tr1::__is_convertible_simple< _From, _To >::__test | ( | _To | ) | [static, private] |
const bool std::tr1::__is_convertible_simple< _From, _To >::__value = sizeof(__test(__makeFrom())) == 1 [static] |
Definition at line 480 of file type_traits.
1.4.7