#include "ityr/common/util.hpp"
#include "ityr/ito/ito.hpp"
#include "ityr/ori/ori.hpp"
#include "ityr/pattern/root_exec.hpp"
#include "ityr/pattern/serial_loop.hpp"
#include "ityr/pattern/parallel_loop.hpp"
#include "ityr/pattern/parallel_reduce.hpp"
#include "ityr/container/checkout_span.hpp"
Go to the source code of this file.
Classes | |
struct | ityr::global_vector_options |
Options for ityr::global_vector . More... | |
class | ityr::global_vector< T > |
Global vector to manage a global memory region. More... | |
Namespaces | |
ityr | |
Functions | |
template<typename T > | |
void | ityr::swap (global_vector< T > &v1, global_vector< T > &v2) noexcept |
template<typename T > | |
bool | ityr::operator== (const global_vector< T > &x, const global_vector< T > &y) |
template<typename T > | |
bool | ityr::operator!= (const global_vector< T > &x, const global_vector< T > &y) |