GNU g++  v5.2.1
GNU Standard C++
algo.h File Reference

Parallel STL function calls corresponding to the stl_algo.h header. More...

Include dependency graph for algo.h:

Functions

namespace std _GLIBCXX_VISIBILITY (default)
 

Detailed Description

Parallel STL function calls corresponding to the stl_algo.h header.

The functions defined here mainly do case switches and call the actual parallelized versions in other files. Inlining policy: Functions that basically only contain one function call, are declared inline. This file is a GNU parallel extension to the Standard C++ Library.

Function Documentation