std::_has_result_type_helper(3)
NAME
std::_Has_result_type_helper
SYNOPSIS
Inherits std::__sfinae_types.
Detailed Description
- template<typename _Tp> class std::_Has_result_type_helper< _Tp >
- Actual implementation of _Has_result_type, which uses SFINAE to
determine if the type _Tp has a publicly-accessible member type
result_type. - Definition at line 48 of file tr1_impl/functional.
- Static Public Attributes
- static const bool value
Author
- Generated automatically by Doxygen for libstdc++ from the source code.