trusty (3) std::_Result_of_impl.3cxx.gz

NAME
std::_Result_of_impl< _Has_result_type, _Signature > -
SYNOPSIS
Detailed Description
template<bool _Has_result_type, typename _Signature>struct std::_Result_of_impl< _Has_result_type, _Signature > Actual implementation of result_of. When _Has_result_type is true, gets its result from _Weak_result_type. Otherwise, uses the function object's member template result to extract the result type. Definition at line 158 of file tr1_impl/functional.
Author
Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Thu Mstd::_Result_of_impl< _Has_result_type, _Signature >(3cxx)