Man Page: std::_reference_wrapper_base_impl
Operating Environment: centos
Section: 3
std::_Reference_wrapper_base_impl< _Unary, _Binary, _Tp >(3) Library Functions Manual std::_Reference_wrapper_base_impl< _Unary, _Binary, _Tp >(3)NAMEstd::_Reference_wrapper_base_impl< _Unary, _Binary, _Tp > -SYNOPSISDetailed Description template<bool _Unary, bool _Binary, typename _Tp>struct std::_Reference_wrapper_base_impl< _Unary, _Binary, _Tp > Knowing which of unary_function and binary_function _Tp derives from, derives from the same and ensures that reference_wrapper will have a weak result type. See cases below. Definition at line 269 of file functional. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::_Reference_wrapper_base_impl< _Unary, _Binary, _Tp >(3)