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