ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
Array.hpp File Reference

Array implementation with CUDA support. More...

#include "device_qualifier.hpp"
#include "get.hpp"
#include "serialization/array.hpp"
#include <boost/serialization/access.hpp>
#include <cassert>
#include <cstddef>
#include <iterator>
#include <ostream>
#include <stdexcept>
#include <utility>
+ Include dependency graph for Array.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Utils::Array< T, N >
 
struct  std::tuple_element< I, Utils::Array< T, N > >
 
struct  std::tuple_size< Utils::Array< T, N > >
 

Namespaces

namespace  Utils
 

Functions

template<std::size_t I, class T , std::size_t N>
std::tuple_element< I, Array< T, N > >::type & Utils::get (Array< T, N > &a) noexcept
 
template<std::size_t I, class T , std::size_t N>
const std::tuple_element< I, Array< T, N > >::type & Utils::get (Array< T, N > const &a) noexcept
 

Detailed Description

Array implementation with CUDA support.

Definition in file Array.hpp.