Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::_Select1st< _Pair > Struct Template Reference

#include <ahFunction.H>

Inheritance diagram for Aleph::_Select1st< _Pair >:
[legend]
Collaboration diagram for Aleph::_Select1st< _Pair >:
[legend]

Public Member Functions

_Pair::first_type & operator() (_Pair &__x) const
 
const _Pair::first_type & operator() (const _Pair &__x) const
 

Additional Inherited Members

- Public Types inherited from Aleph::unary_function< _Pair, _Pair::first_type >
typedef _Pair argument_type
 
typedef _Pair::first_type result_type
 

Detailed Description

template<class _Pair>
struct Aleph::_Select1st< _Pair >

Definition at line 455 of file ahFunction.H.

Member Function Documentation

◆ operator()() [1/2]

template<class _Pair >
_Pair::first_type & Aleph::_Select1st< _Pair >::operator() ( _Pair __x) const
inline

Definition at line 457 of file ahFunction.H.

References Aleph::maps().

◆ operator()() [2/2]

template<class _Pair >
const _Pair::first_type & Aleph::_Select1st< _Pair >::operator() ( const _Pair __x) const
inline

Definition at line 462 of file ahFunction.H.

References Aleph::maps().


The documentation for this struct was generated from the following file: