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

type T is not one of the candidates More...

#include <types.hpp>

Concept definition

template<typename T, typename ... candidates>
concept ein::not_one_of_t = (!one_of_t<T,candidates...>)
type T is not one of the candidates
Definition types.hpp:52
type T is one of the candidates
Definition types.hpp:48

Detailed Description

type T is not one of the candidates

Definition at line 52 of file types.hpp.