table of contents
other versions
std::_Weak_result_type< _Functor >(3cxx) | std::_Weak_result_type< _Functor >(3cxx) |
NAME¶
std::_Weak_result_type< _Functor >
SYNOPSIS¶
#include <refwrap.h>
Inherits std::_Weak_result_type_memfun< _Functor, bool >.
Inherited by std::_Reference_wrapper_base< remove_cv< _Tp >::type >, and 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_memfun perform the real work.
Definition at line 174 of file refwrap.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ |