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