libstdc++: __gnu_cxx::constant_unary_fun< _Result, _Argument > Struct Template Reference (original) (raw)
#include <[functional](a18512%5Fsource.html)>
Inherits __gnu_cxx::_Constant_unary_fun< _Result, _Argument >.
Public Attributes | |
---|---|
result_type | _M_val |
template<class _Result, class _Argument = _Result>
struct __gnu_cxx::constant_unary_fun< _Result, _Argument >
An SGI extension .
Definition at line 309 of file ext/functional.
◆ argument_type
template<class _Result , class _Argument >
typedef _Argument __gnu_cxx::_Constant_unary_fun< _Result, _Argument >::argument_type | inherited |
---|
◆ result_type
template<class _Result , class _Argument >
typedef _Result __gnu_cxx::_Constant_unary_fun< _Result, _Argument >::result_type | inherited |
---|
template<class _Result , class _Argument = _Result>
◆ operator()()
template<class _Result , class _Argument >
const result_type & __gnu_cxx::_Constant_unary_fun< _Result, _Argument >::operator() ( const _Argument & ) const | inlineinherited |
---|
◆ _M_val
template<class _Result , class _Argument >
result_type __gnu_cxx::_Constant_unary_fun< _Result, _Argument >::_M_val | inherited |
---|
The documentation for this struct was generated from the following file: