Searched defs:convertible_type (Results 1 – 1 of 1) sorted by relevance
151 struct convertible_type<T, First, Types...> struct153 static constexpr type_index_t index = std::is_convertible<T, First>::value159 struct convertible_type<T> struct161 static constexpr type_index_t index = invalid_value;