Simple Application Framework
1
|
Select the first member of a pair or triplet container. More...
#include <Selector.h>
Public Member Functions | |
PairClass::FirstMemberType & | operator() (PairClass &pr) const |
Get the first member from a mutable pair. | |
const PairClass::FirstMemberType & | operator() (const PairClass &pr) const |
Get the first member from an immutable pair. |
Select the first member of a pair or triplet container.
PairClass::FirstMemberType& Saf::Algo::Selector::FirstMember< PairClass >::operator() | ( | PairClass & | pr | ) | const [inline] |
Get the first member from a mutable pair.
const PairClass::FirstMemberType& Saf::Algo::Selector::FirstMember< PairClass >::operator() | ( | const PairClass & | pr | ) | const [inline] |
Get the first member from an immutable pair.