cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Namespaces | Functions
sign.hpp File Reference
#include <prc/core/basic/functions/zero.hpp>
#include <prc/core/value/functions/greater.hpp>
#include <prc/core/value/functions/less.hpp>
#include <prc/core/value/functions/minus.hpp>
#include <prc/core/value/type_traits.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class T , If< IsValue< T > > = 0, If< IsSatisfied<(typename T::Signed()==true)> > = 0>
static constexpr auto pRC::sign (T const &a)