BloombergLP::baltzo::LocalDatetime::LocalDatetime

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

Synopsis

Declared in <baltzo_localdatetime.h>

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

Description

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

Parameters

NameDescription
originalthe object to move from