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

#include <concepts.hpp>

Concept definition

template<class T>
concept pRC::IsStandardLayout = std::is_standard_layout_v<T>
Definition concepts.hpp:52