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

NAME

       std::_Has_result_type_helper< _Tp > -

SYNOPSIS

       Inherits std::__sfinae_types.

   Static Public Attributes
       static const bool value

   Private Types
       typedef char __one

Detailed Description

   template<typename _Tp>class std::_Has_result_type_helper< _Tp >
       Actual implementation of _Has_result_type, which uses SFINAE to determine if the type _Tp
       has a publicly-accessible member type result_type.

       Definition at line 43 of file tr1_impl/functional.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.