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 eve::only_if = detail::is_one_of<T>(detail::types<Choices...> {})
Checks if the type is one of the Choices.
Definition options.hpp:32