Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dvector.h1019 … constexpr bool exceptMove = !EXCEPTION_GUARANTEE && __is_constructible(value_type, value_type); in init_move() local
1025 } else if constexpr (noExceptMove || exceptMove) { in init_move()