An unary operator function that returns the first value of a std::pair. More...
#include <misc_types.h>
Public Member Functions | |
| P::first_type & | operator() (P &x) const |
| const P::first_type & | operator() (const P &x) const |
An unary operator function that returns the first value of a std::pair.
Definition at line 230 of file misc_types.h.
| P::first_type& Clasp::select1st< P >::operator() | ( | P & | x | ) | const [inline] |
Definition at line 231 of file misc_types.h.
| const P::first_type& Clasp::select1st< P >::operator() | ( | const P & | x | ) | const [inline] |
Definition at line 234 of file misc_types.h.