std::_weak_result_type_impl(3)
NAME
std::_Weak_result_type_impl
SYNOPSIS
Inherits std::_Maybe_get_result_type< std::_Has_result_type< _Functor >::value, _Functor >. Inherited by std::_Weak_result_type< _Tp >, and std::_Weak_result_type< _Functor >.
Detailed Description
- template<typename _Functor> struct std::_Weak_result_type_impl< _Functor >
- Base class for any function object that has a weak result type, as
defined in 3.3/3 of TR1. - Definition at line 89 of file tr1_impl/functional.
Author
- Generated automatically by Doxygen for libstdc++ from the source code.