cMHN
1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC
IsSignedIntegral
pRC::IsSignedIntegral Concept Reference
#include <
concepts.hpp
>
Concept definition
template
<
class
T>
concept
pRC::IsSignedIntegral
=
IsIntegral<T>
&& std::is_signed_v<T>
pRC::IsIntegral
Definition
concepts.hpp:70
pRC::IsSignedIntegral
Definition
concepts.hpp:73
Generated by
1.11.0