cMHN
1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC
IsConstant
pRC::IsConstant Concept Reference
#include <
concepts.hpp
>
Concept definition
template
<
class
T>
concept
pRC::IsConstant
= !
IsReference<T>
&&
requires
{
{
[]<
class
U, U V>(
Constant
<U, V> const &&)
{
}(std::declval<T>())
};
}
pRC::IsConstant
Definition
concepts.hpp:79
pRC::IsReference
Definition
concepts.hpp:19
pRC::Constant
std::integral_constant< T, V > Constant
Definition
basics.hpp:38
Generated by
1.11.0