DDS  ver. 3.4
Classes | Namespaces | Functions
stlx.h File Reference

Go to the source code of this file.

Classes

struct  MiscCommon::stlx::remove_cref< _T >
 
struct  MiscCommon::stlx::remove_cref< const _T & >
 
class  MiscCommon::stlx::mem_fun1_t< _Result, _Class, _Argument >
 
struct  MiscCommon::stlx::select1st< _Pair >
 
struct  MiscCommon::stlx::select2nd< _Pair >
 The select2nd function object takes a single argument, a pair, and returns the pair's second element. More...
 

Namespaces

 MiscCommon
 Miscellaneous functions and helpers are located here.
 
 MiscCommon::stlx
 STL extensions.
 

Functions

template<typename _Result , typename _Class , typename _Argument >
mem_fun1_t< _Result, _Class, _Argument > MiscCommon::stlx::mem_fun (_Result(_Class::*member)(_Argument))
 The mem_fun() template is a custom mem_fun adapter, which extends std::mem_fun. More...