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