3#ifndef pRC_CORE_FUNCTORS_CONTRACT_H
4#define pRC_CORE_FUNCTORS_CONTRACT_H
15 constexpr decltype(
auto)
operator()(
X &&a)
const
20 template<
class XA,
class XB,
23 constexpr decltype(
auto)
operator()(
XA &&a,
XB &&b)
const
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
static constexpr auto contract(X &&a)
Definition contract.hpp:20
Definition contract.hpp:13
Definition type_traits.hpp:38