Tatooine
tatooine::has_pos_type Concept Reference

#include <concepts.h>

Concept definition

template<typename T>
concept tatooine::has_pos_type = requires { typename std::decay_t<T>::pos_type; }
Definition: concepts.h:156