An unary operator function that returns the second value of a std::pair. More...
#include <misc_types.h>
Public Member Functions | |
P::second_type & | operator() (P &x) const |
const P::second_type & | operator() (const P &x) const |
An unary operator function that returns the second value of a std::pair.
Definition at line 241 of file misc_types.h.
P::second_type& Clasp::select2nd< P >::operator() | ( | P & | x | ) | const [inline] |
Definition at line 242 of file misc_types.h.
const P::second_type& Clasp::select2nd< P >::operator() | ( | const P & | x | ) | const [inline] |
Definition at line 245 of file misc_types.h.