E.V.E
v2023.02.15
Loading...
Searching...
No Matches
eve::only_if Concept Reference
Checks if the type is one of the Choices.
#include <eve/concept/options.hpp>
Concept definition
template
<
typename
T,
typename
... Choices>
concept
only_if
= _::is_one_of<T>(_::types<Choices...> {})
eve::only_if
Checks if the type is one of the Choices.
Definition
options.hpp:32
eve
only_if