cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC::IsPredicate Concept Reference

#include <concepts.hpp>

Concept definition

template<class F, class... Args>
concept pRC::IsPredicate = std::predicate<F, Args...>
Definition concepts.hpp:34