Searched refs:convertible_type (Results 1 – 1 of 1) sorted by relevance
928 constexpr auto convertible_type = in copy() local931 static_assert(matching_type || convertible_type, "Invalid input type"); in copy()936 } else if constexpr (convertible_type) { in copy()1110 constexpr auto convertible_type = in init_copy() local1113 static_assert(matching_type || convertible_type, "Invalid input type"); in init_copy()1118 } else if constexpr (convertible_type) { in init_copy()