__gnu_cxx::select2nd.3cxx
Contents
Detailed Description
template<class_Pair>
struct __gnu_cxx::select2nd< _Pair >"An SGIextension .
Member Typedef Documentation
typedef_Pairstd::unary_function<_Pair,_Pair::second_type>::argument_type[inherited]
argument_type is the type of the argument
typedef_Pair::second_typestd::unary_function<_Pair,_Pair::second_type>::result_type[inherited]
result_type is the return type
Name
__gnu_cxx::select2nd< _Pair > - An SGIextension .
Synopsis
#include <functional>
Inherits std::_Select2nd< _Pair >.
PublicTypes
typedef _Pair argument_type
argument_type is the type of the argument
typedef _Pair::second_type result_type
result_type is the return type
PublicMemberFunctions
_Pair::second_type & operator() (_Pair &__x) const
const _Pair::second_type & operator() (const _Pair &__x) const
