Itoyori  v0.0.1
global_vector.hpp File Reference
Include dependency graph for global_vector.hpp:
This graph shows which files directly or indirectly include this file:

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)