|
Lunchbox
1.12.0
Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs.
|
Include extensions to the STL and define a uniform interface to them. More...
#include <lunchbox/algorithm.h>#include <lunchbox/compiler.h>#include <servus/uint128_t.h>#include <boost/config.hpp>#include <algorithm>#include <string>#include <vector>#include <unordered_map>#include <unordered_set>
Include dependency graph for stdExt.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | hash_map< K, T, H, P, A > |
| class | hash_set< T, H, P, A > |
Macros | |
| #define | LB_STDEXT_STD |
| #define | LB_STDEXT_STD11 |
| #define | LB_STDEXT_NAMESPACE_OPEN namespace std { |
| #define | LB_STDEXT_NAMESPACE_CLOSE } |
Functions | |
| template<typename C > | |
| void | usort (C &c) |
| MSVC. More... | |
Include extensions to the STL and define a uniform interface to them.
Definition in file stdExt.h.
| void usort | ( | C & | c | ) |
MSVC.
Definition at line 197 of file stdExt.h.
References lunchbox::usort().
Here is the call graph for this function: