The select2nd function object takes a single argument, a pair, and returns the pair's second element.
More...
#include <stlx.h>
|
_Pair::second_type & | operator() (_Pair &__x) const |
|
const _Pair::second_type & | operator() (const _Pair &__x) const |
|
template<class _Pair>
struct dds::misc::stlx::select2nd< _Pair >
The select2nd function object takes a single argument, a pair, and returns the pair's second element.
◆ operator()() [1/2]
◆ operator()() [2/2]
The documentation for this struct was generated from the following file: