std::tr1::_Has_result_type_helper< _Tp > Class Template Reference

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

std::tr1::__sfinae_types List of all members.

Static Public Attributes

static const bool value = sizeof(__test<_Tp>(0)) == 1

Static Private Member Functions

template<typename _Up>
static __one __test (_Wrap_type< typename _Up::result_type > *)
template<typename _Up>
static __two __test (...)

Classes

struct  _Wrap_type

Detailed Description

template<typename _Tp>
class std::tr1::_Has_result_type_helper< _Tp >

Definition at line 63 of file tr1/functional.


Member Function Documentation

template<typename _Tp>
template<typename _Up>
static __two std::tr1::_Has_result_type_helper< _Tp >::__test (   ...  )  [static, private]

template<typename _Tp>
template<typename _Up>
static __one std::tr1::_Has_result_type_helper< _Tp >::__test ( _Wrap_type< typename _Up::result_type > *   )  [static, private]


Member Data Documentation

template<typename _Tp>
const bool std::tr1::_Has_result_type_helper< _Tp >::value = sizeof(__test<_Tp>(0)) == 1 [static]

Definition at line 76 of file tr1/functional.


The documentation for this class was generated from the following file:
Generated on Tue Feb 2 16:59:37 2010 for GNU C++ STL by  doxygen 1.4.7