cMHN
1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC
IsRandomEngine
pRC::IsRandomEngine Concept Reference
#include <
engine.hpp
>
Concept definition
template
<
class
T>
concept
pRC::IsRandomEngine
= !
IsReference<T>
&&
requires
{
{
[]<
class
F>(RandomEngine<F> const &&)
{
}(std::declval<T>())
};
}
pRC::IsRandomEngine
Definition
engine.hpp:57
pRC::IsReference
Definition
concepts.hpp:19
Generated by
1.11.0