STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | List of all members
_Weak_types< _Ty > Struct Template Reference

Public Types

typedef _Is_function< typename remove_pointer< _Ty >::type_Is_f_or_pf
 
typedef _Is_memfunptr< typename remove_cv< _Ty >::type_Is_pmf
 
typedef _If< _Is_f_or_pf::_Bool_type::value, _Is_f_or_pf, typename _If< _Is_pmf::_Bool_type::value, _Is_pmf, _Weak_binary_args< _Ty > >::type >::type type
 

Member Typedef Documentation

template<class _Ty>
typedef _Is_function<typename remove_pointer<_Ty>::type> _Weak_types< _Ty >::_Is_f_or_pf
template<class _Ty>
typedef _Is_memfunptr<typename remove_cv<_Ty>::type> _Weak_types< _Ty >::_Is_pmf

The documentation for this struct was generated from the following file: