Tatooine
tatooine::has_defined_parent_type Concept Reference

#include <concepts.h>

Concept definition

template<typename T>
concept tatooine::has_defined_parent_type = requires { typename T::parent_type; }
Definition: concepts.h:67