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

#include <concepts.hpp>

Concept definition

template<class T, class U>
concept pRC::HasCommon = std::common_with<T, U>
Definition concepts.hpp:13