stdxMisc.h Classes and Functions
This is a collection of miscellaneous classes and functions which help extend the standard C++ library. It includes a generator function object, make_vector helper functions, functions to demangle C++ types, and functions to aid in dynamic type checking.
Compounds
Functions
|
|
|
|
|
- nl (std::basic_ostream< Ch, Tr > &os)
- round (double d)
- copy_if (In first, In last, Out res, Pred p)
- copy_ptr (In first, In last, Out res)
- copy_ptr_if (In first, In last, Out res, Pred p)
- for_each (In1 first1, In1 last1, In2 first2, BinOp op)