Create a LocalTimeDescriptor object having the same value and the same allocator as the specified original object.

Synopsis

Declared in <baltzo_localtimedescriptor.h>

LocalTimeDescriptor(bslmf::MovableRef<LocalTimeDescriptor> original) noexcept;

Description

The value of original becomes unspecified but valid, and its allocator remains unchanged.

Parameters

Name

Description

original

the object to move from

Created with MrDocs