Checks if the type is one of the Choices.
#include <eve/concept/options.hpp>
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