cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
value.hpp File Reference

Go to the source code of this file.

Classes

struct  pRC::ValueType< T >
 
struct  pRC::ValueType< T >
 

Namespaces

namespace  pRC
 

Concepts

concept  pRC::IsFloat
 
concept  pRC::IsInteger
 
concept  pRC::IsSignedInteger
 
concept  pRC::IsUnsignedInteger
 
concept  pRC::IsValue
 

Typedefs

template<Size W = sizeof(int) * 8>
using pRC::SignedInteger = Integer<true, W>
 
template<Size W = sizeof(int) * 8>
using pRC::UnsignedInteger = Integer<false, W>
 
template<class T >
using pRC::Value = typename ValueType<T>::Type