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 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  Utils::tuple_element< I, Array< T, N > >
 
struct  Utils::tuple_size< Array< T, N > >
 

Namespaces

namespace  Utils
 

Functions

template<std::size_t I, class T , std::size_t N>
auto Utils::get (Array< T, N > const &a) -> std::enable_if_t<(I< N), const T & >
 

Detailed Description

Array implementation with CUDA support.

Definition in file Array.hpp.