noble (3) std::_Weak_result_type_impl.3cxx.gz

Provided by: libstdc++-9-doc_9.5.0-6ubuntu2_all bug

NAME

       std::_Weak_result_type_impl< _Functor >

SYNOPSIS

       #include <refwrap.h>

       Inherits std::_Maybe_get_result_type< _Functor, typename >.

       Inherited by std::_Weak_result_type_memfun< remove_cv< _Tp >::type >, std::_Weak_result_type_memfun<
       remove_cv< _Functor >::type >, std::_Weak_result_type_memfun< remove_cv< remove_cv< _Tp >::type >::type
       >, and std::_Weak_result_type_memfun< _Functor, bool >.

Detailed Description

   template<typename _Functor>
       struct std::_Weak_result_type_impl< _Functor >"Base class for any function object that has a weak result
       type, as defined in 20.8.2 [func.require] of C++11.

       Definition at line 125 of file refwrap.h.

Author

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

                                                    libstdc++      std::_Weak_result_type_impl< _Functor >(3cxx)