3#ifndef pRC_CORE_FUNCTORS_APPLY_H
4#define pRC_CORE_FUNCTORS_APPLY_H
16 template<
class XA,
class XB,
Restrict
This enum's elements denote a restriction of an operator.
Definition restrict.hpp:27
Hint
This enum's elements denote a hint regarding an operator.
Definition hint.hpp:30
Transform
This enum's elements denote a transformation done to an operator.
Definition transform.hpp:23
Definition cholesky.hpp:18
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
constexpr decltype(auto) operator()(XA &&a, XB &&b) const
Definition apply.hpp:19