Searched refs:triviallyMovable (Results 1 – 1 of 1) sorted by relevance
1017 constexpr bool triviallyMovable = __is_trivially_constructible(value_type, value_type); in init_move() local1022 if constexpr (triviallyMovable) { in init_move()