TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
accessors.hpp File Reference
#include "./macros.hpp"
#include <cstddef>

Detailed Description

Defines accessors for nda::array objects (cf. std::default_accessor).

Definition in file accessors.hpp.

Go to the source code of this file.

Classes

struct  nda::default_accessor
 Default accessor for various array and view types. More...
 
struct  nda::default_accessor::accessor< T >
 Accessor type of the nda::default_accessor. More...
 
struct  nda::no_alias_accessor
 Accessor for array and view types with no aliasing. More...
 
struct  nda::no_alias_accessor::accessor< T >
 Accessor type of the nda::no_alias_accessor. More...