TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
nda::idx_group_t< Is >

#include <nda/group_indices.hpp>

Detailed Description

template<int... Is>
struct nda::idx_group_t< Is >

A group of indices.

Template Parameters
IsIndices.

Definition at line 114 of file group_indices.hpp.

Static Public Attributes

static constexpr std::array< int, sizeof...(Is)> as_std_array {Is...}
 std::array containing the indices.
 

The documentation for this struct was generated from the following file: