E.V.E
v2023.02.15
Loading...
Searching...
No Matches
eve::only_if Concept Reference

Checks if the type is one of the Choices. More...

Detailed Description

Checks if the type is one of the Choices.

Concept definition

template<typename T, typename... Choices>
concept only_if = _::is_one_of<T>(_::types<Choices...> {})
Checks if the type is one of the Choices.
Definition options.hpp:32