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

#include <concepts.hpp>

Concept definition

template<class T, class U>
concept pRC::IsSame = std::same_as<T, U>
Definition concepts.hpp:28