3#ifndef pRC_CORE_CONTAINER_INDICES_H
4#define pRC_CORE_CONTAINER_INDICES_H
17 static constexpr auto size()
Definition type_traits.hpp:49
Definition indices.hpp:15
constexpr Indices & operator=(Indices const &) &=default
static constexpr auto size()
Definition indices.hpp:17
constexpr Indices(Indices &&)=default
constexpr Indices & operator=(Indices &&) &=default
constexpr Indices(Is const ... indices)
Definition indices.hpp:32
constexpr Indices()=default
constexpr Indices(Indices const &)=default
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
Size Index
Definition type_traits.hpp:21
std::enable_if_t< B{}, int > If
Definition type_traits.hpp:68
Indices(Is const ...) -> Indices< sizeof...(Is)>
Constant< Bool, B > IsSatisfied
Definition type_traits.hpp:71
#define BEGIN_IGNORE_DIAGNOSTIC_GCC(warning)
Definition pragma.hpp:42
#define END_IGNORE_DIAGNOSTIC_GCC
Definition pragma.hpp:43