Loading [MathJax]/extensions/tex2jax.js
E.V.E
v2023.02.15
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Friends
Modules
Pages
Concepts
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
eve::only_if
= detail::is_one_of<T>(detail::types<Choices...> {})
eve::only_if
Checks if the type is one of the Choices.
Definition:
options.hpp:32
eve
only_if