Searched defs:NotMovable (Results 1 – 1 of 1) sorted by relevance
145 struct NotMovable { struct146 static constexpr bool value = !std::is_nothrow_move_constructible_v<T> &&