libstdc++
std::_Result_of_impl< _Has_result_type, _Signature > Struct Template Reference
Inheritance diagram for std::_Result_of_impl< _Has_result_type, _Signature >:
Inheritance graph

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.


The documentation for this struct was generated from the following file: