A container that is split into distinct parts, for threading. More...
#include <openmp_state.hpp>
Public Member Functions | |
openmp_state () | |
openmp_state (size_t n, const std::vector< T > &val=std::vector< T >()) | |
template<class InputIterator > | |
openmp_state (InputIterator first, InputIterator last) | |
openmp_state (const std::vector< std::vector< T > > &orig) | |
Public Attributes | |
T | elements |
STL member. More... | |
A container that is split into distinct parts, for threading.
Just a wrapper for vector<vector<T>>, use copy
for splitting/joining.
|
inline |
|
inline |
|
inline |
|
inline |