Home
last modified time | relevance | path

Searched refs:TypeToInsert (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dvector.h913 using TypeToInsert = BASE_NS::remove_const_t<BASE_NS::remove_reference_t<decltype(*first)>>; in copy() local
915 __is_trivially_constructible(value_type, add_lvalue_reference_t<const TypeToInsert>); in copy()
916 constexpr auto matching_type = BASE_NS::is_same_v<TypeToInsert, value_type>; in copy()
922 CloneData(pos, count * sizeof(value_type), first, count * sizeof(TypeToInsert)); in copy()
926 CloneData(pos, count * sizeof(value_type), first.ptr(), count * sizeof(TypeToInsert)); in copy()