ORIGINAL
Loading...
Searching...
No Matches
original::SuperOf Concept Reference

Concept definition

template<typename Base, typename Derive>
concept original::SuperOf = std::is_base_of_v<Base, Derive> || std::is_same_v<Base, Derive>
Definition types.h:34