Searched refs:Moveable (Results 1 – 3 of 3) sorted by relevance
32 If `T` is `Moveable` (both __MOVE_CONSTRUCTIBLE__ and `MoveAssignable`) then `optional<T>` is also …
103 static constexpr bool Moveable = false; variable
122 TEST_F(BaseObjectPtrTest, Moveable) { in TEST_F() argument