3#ifndef pRC_CORE_FUNCTORS_NOT_EQUAL_H
4#define pRC_CORE_FUNCTORS_NOT_EQUAL_H
12 template<
class XA,
class XB,
Definition cholesky.hpp:18
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
Definition not_equal.hpp:11
constexpr decltype(auto) operator()(XA &&a, XB &&b) const
Definition not_equal.hpp:14