3#ifndef pRC_CORE_FUNCTORS_SUBSCRIPT_H
4#define pRC_CORE_FUNCTORS_SUBSCRIPT_H
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
Size Index
Definition type_traits.hpp:21
IsInvocable< Subscript, T, Index > IsSubscriptable
Definition subscript.hpp:21
std::is_invocable< F, Args... > IsInvocable
Definition type_traits.hpp:134
Definition subscript.hpp:11
constexpr decltype(auto) operator()(X &&a, Index const index) const
Definition subscript.hpp:14