Loading [MathJax]/extensions/tex2jax.js
Tatooine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
tatooine::has_defined_this_type Concept Reference

#include <concepts.h>

Concept definition

template<typename T>
concept tatooine::has_defined_this_type = requires { typename T::this_type; }
Definition: concepts.h:64