std::_weak_result_type(3)
NAME
std::_Weak_result_type
SYNOPSIS
Inherits std::_Weak_result_type_impl< std::remove_cv< _Functor >::type >. Inherited by std::_Bind< _Functor(_Bound_args...)>.
Detailed Description
- template<typename _Functor> struct std::_Weak_result_type< _Functor >
- Strip top-level cv-qualifiers from the function object and let
_Weak_result_type_impl perform the real work. - Definition at line 148 of file tr1_impl/functional.
Author
- Generated automatically by Doxygen for libstdc++ from the source code.