LibreOffice Module o3tl (master) 1
|
Select second value of a pair. More...
#include <functional.hxx>
Public Types | |
typedef P | argument_type |
typedef P::second_type | result_type |
Public Member Functions | |
const result_type & | operator() (const argument_type &cp) const |
Select second value of a pair.
Definition at line 50 of file functional.hxx.
typedef P o3tl::select2nd< P >::argument_type |
Definition at line 52 of file functional.hxx.
typedef P::second_type o3tl::select2nd< P >::result_type |
Definition at line 53 of file functional.hxx.
|
inline |
Definition at line 54 of file functional.hxx.