Template Struct extract_value_type#
Defined in File type_traits.hpp
Struct Documentation#
-
template<typename T>
struct extract_value_type# Extracts the value type from a templated type. i.e.
extract_value_type<std::vector<int>>::type == int- Template Parameters:
T – The type to extract the value from