3#ifndef pRC_CORE_FUNCTORS_LOGICAL_OR_H
4#define pRC_CORE_FUNCTORS_LOGICAL_OR_H
13 template<
class T, If<IsInvocable<Zero<T>>> = 0>
19 template<
class XA,
class XB,
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
Definition logical_or.hpp:12
constexpr decltype(auto) operator()(XA &&a, XB &&b) const
Definition logical_or.hpp:21
static constexpr auto Identity()
Definition logical_or.hpp:14