18 template<
class T>
struct has_element_type<
T,
std::void_t<typename T::element_type>> : std::true_type {};
Definition Partitioner.hpp:146
bool constexpr has_element_type_v
A C++17 type trait equivalent to the C++20 has-member-element-type concept.
Definition has_element_type.hpp:21
A C++17 type trait equivalent to the C++20 has-member-element-type concept.
Definition has_element_type.hpp:16