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

Provided by: libstdc++6-4.4-doc_4.4.7-8ubuntu1_all bug

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)