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

#include <concepts.hpp>

Concept definition

template<class D, class B>
concept pRC::IsDerivedFrom = std::derived_from<D, B>
Definition concepts.hpp:46