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

N is not one of the candidates More...

#include <numerics.hpp>

Concept definition

template<auto N, auto ... candidates>
concept ein::not_one_of = (!one_of<N,candidates...>)
N is not one of the candidates
Definition numerics.hpp:37
N is one of the candidates
Definition numerics.hpp:33

Detailed Description

N is not one of the candidates

Definition at line 37 of file numerics.hpp.