3#ifndef pRC_CORE_VALUE_FUNCTIONS_LESS_H
4#define pRC_CORE_VALUE_FUNCTIONS_LESS_H
22 template<
class TA,
class TB, If<IsValue<TA>> = 0, If<IsValue<TB>> = 0,
23 If<Any<IsFloat<TA>, IsFloat<TB>>> = 0>
38 template<
class TA,
class TB, If<IsInteger<TA>> = 0, If<IsInteger<TB>> = 0>
41 if constexpr(
typename TA::Signed() ==
typename TB::Signed())
47 if constexpr(
typename TA::Signed() ==
true)
Definition cholesky.hpp:18
static constexpr auto operator<(X &&a, Zero<> const)
Definition less.hpp:12
static constexpr auto zero()
Definition zero.hpp:12
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13