3#ifndef pRC_CORE_FUNCTORS_RESTRICT_H
4#define pRC_CORE_FUNCTORS_RESTRICT_H
11 template<Operator::Restrict R = Operator::Restrict::None>
16 constexpr decltype(
auto)
operator()(X &&a)
const
Definition cholesky.hpp:10
static constexpr auto restrict(X &&a)
Definition restrict.hpp:15
Definition restrict.hpp:13