一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
ein::one_of_t Concept Reference

type T is one of the candidates More...

#include <types.hpp>

Concept definition

template<typename T, typename ... candidates>
concept ein::one_of_t = (std::is_same_v<T,candidates> || ... || false)
type T is one of the candidates
Definition types.hpp:48

Detailed Description

type T is one of the candidates

Definition at line 48 of file types.hpp.