Provided by: libstdc++-7-doc_7.5.0-6ubuntu2_all 

__gnu_cxx::constant_void_fun< _Result >(3cxx) __gnu_cxx::constant_void_fun< _Result >(3cxx)
NAME
__gnu_cxx::constant_void_fun< _Result > - An SGI extension .
SYNOPSIS
Inherits __gnu_cxx::_Constant_void_fun< _Result >.
Public Types
typedef _Result result_type
Public Member Functions
constant_void_fun (const _Result &__v)
const result_type & operator() () const
Public Attributes
result_type _M_val
Detailed Description
template<class _Result>
struct __gnu_cxx::constant_void_fun< _Result >" An SGI extension .
Definition at line 303 of file ext/functional.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Thu Mar 26 2020 __gnu_cxx::constant_void_fun< _Result >(3cxx)