Searched refs:not_movable (Results 1 – 3 of 3) sorted by relevance
82 struct not_movable { struct85 not_movable() = default; argument86 not_movable(not_movable&&) = delete;88 not_movable& operator++();
36 static_assert(!std::incrementable<not_movable>);
60 static_assert(!std::weakly_incrementable<not_movable>);