DDS
ver. 3.6
|
Go to the source code of this file.
Classes | |
struct | dds::misc::stlx::remove_cref< _T > |
struct | dds::misc::stlx::remove_cref< const _T & > |
class | dds::misc::stlx::mem_fun1_t< _Result, _Class, _Argument > |
struct | dds::misc::stlx::select1st< _Pair > |
struct | dds::misc::stlx::select2nd< _Pair > |
The select2nd function object takes a single argument, a pair, and returns the pair's second element. More... | |
Namespaces | |
dds | |
Miscellaneous functions and helpers are located here. | |
dds::misc | |
dds::misc::stlx | |
STL extensions. | |
Functions | |
template<typename _Result , typename _Class , typename _Argument > | |
mem_fun1_t< _Result, _Class, _Argument > | dds::misc::stlx::mem_fun (_Result(_Class::*member)(_Argument)) |
The mem_fun() template is a custom mem_fun adapter, which extends std::mem_fun. More... | |