|
cMHN 1.1
C++ library for learning MHNs with pRC
|
#include <prc/core/basic/type_traits.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class T , If< IsIntegral< T > > = 0> | |
| static constexpr auto | pRC::isOdd (T const a) |
| template<class T , T V, If< IsIntegral< T > > = 0> | |
| static constexpr auto | pRC::isOdd (Constant< T, V > const) |