Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dvector.h1017 constexpr bool triviallyMovable = __is_trivially_constructible(value_type, value_type); in init_move() local
1022 if constexpr (triviallyMovable) { in init_move()