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

#include <concepts.hpp>

Concept definition

template<class T>
concept pRC::IsReference = std::is_reference_v<T>
Definition concepts.hpp:19