Range-v3
Range algorithms, views, and actions for the Standard Library
concepts::defs::movable Concept Reference

The movable concept. More...

#include <concepts/concepts.hpp>

Concept definition

template<typename T>
std::is_object<T>::value &&
concepts::move_assignable_ < T > &&
The movable concept.
Definition: concepts.hpp:1180
The move_constructible concept.
Definition: concepts.hpp:1154
The swappable concept.
Definition: concepts.hpp:986

Detailed Description

The movable concept.