CbmRoot
Loading...
Searching...
No Matches
Algorithm.h File Reference
#include "BuildInfo.h"
#include <algorithm>
#include <poolstl/algorithm>
#include <poolstl/execution>
Include dependency graph for Algorithm.h:
This graph shows which files directly or indirectly include this file:

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.