|
CbmRoot
|
#include "algo/base/BuildInfo.h"#include <algorithm>#include <poolstl/algorithm>#include <poolstl/execution>Go to the source code of this file.
Namespaces | |
| namespace | cbm |
| namespace | cbm::algo |
Functions | |
| task_thread_pool::task_thread_pool & | cbm::algo::GetGlobalSTLThreadPool () |
| Get the global thread pool for parallel stl algorithms. | |
| template<typename It, typename Compare> | |
| void | cbm::algo::Sort (It first, It last, Compare comp) |
| Wrapper for std::sort. | |