Create a LocalTimePeriod object having the same value and the same allocator as the specified original object.
Declared in <baltzo_localtimeperiod.h>
LocalTimePeriod(bslmf::MovableRef<LocalTimePeriod> original) noexcept;
The value of original becomes unspecified but valid, and its allocator remains unchanged.
| Name | Description |
|---|---|
| original | the object to move from |