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
typename decltype(detail::as_translated_type(as< T >{}))::type translate_t
Returns the final translated type of T.
Definition translation.hpp:107