Inheritance diagram for std::tr1::_Derives_from_unary_function< _Tp >:

Static Public Attributes | |
| static const bool | value = sizeof(__test((_Tp*)0)) == 1 |
Static Private Member Functions | |
| template<typename _T1, typename _Res> | |
| static __one | __test (const volatile unary_function< _T1, _Res > *) |
| static __two | __test (...) |
Definition at line 153 of file tr1/functional.
| static __two std::tr1::_Derives_from_unary_function< _Tp >::__test | ( | ... | ) | [static, private] |
| static __one std::tr1::_Derives_from_unary_function< _Tp >::__test | ( | const volatile unary_function< _T1, _Res > * | ) | [static, private] |
const bool std::tr1::_Derives_from_unary_function< _Tp >::value = sizeof(__test((_Tp*)0)) == 1 [static] |
Definition at line 164 of file tr1/functional.
1.4.7