Tatooine
tatooine
either_of
tatooine::either_of Concept Reference
#include <
concepts.h
>
Concept definition
template
<
typename
T,
typename
... Ts>
concept
tatooine::either_of
= (
same_as<T, Ts>
|| ...)
tatooine::either_of
Definition:
concepts.h:18
tatooine::same_as
Definition:
concepts.h:15
Generated by
1.9.5