[range.move.wrap] (original) (raw)

25 Ranges library [ranges]

25.7 Range adaptors [range.adaptors]

25.7.3 Movable wrapper [range.move.wrap]

Many types in this subclause are specified in terms of an exposition-only class template movable-box.

movable-box<T> behaves exactly like optional<T>with the following differences:

Recommended practice: