Inherits std::_Select2nd< _Pair >.
|
_Pair::second_type & | operator() (_Pair &__x) const |
|
const _Pair::second_type & | operator() (const _Pair &__x) const |
|
template<class _Pair>
struct __gnu_cxx::select2nd< _Pair >
An SGI extension .
Definition at line 200 of file ext/functional.
◆ argument_type
argument_type
is the type of the argument
Definition at line 120 of file stl_function.h.
◆ result_type
◆ operator()() [1/2]
template<typename _Pair >
_Pair::second_type & std::_Select2nd< _Pair >::operator() |
( |
_Pair & |
__x | ) |
const |
|
inlineinherited |
◆ operator()() [2/2]
template<typename _Pair >
const _Pair::second_type & std::_Select2nd< _Pair >::operator() |
( |
const _Pair & |
__x | ) |
const |
|
inlineinherited |
The documentation for this struct was generated from the following file: