Typedef sequant::meta::EnableIfAllBasicStringConvertible

Typedef Documentation

template<typename ...T>
using sequant::meta::EnableIfAllBasicStringConvertible = std::enable_if_t<(is_basic_string_convertible_v<std::remove_reference_t<T>> && ...)>