BloombergLP::bslmf::IsBitwiseCopyable<BloombergLP::bdlt::Datetime>

This template specialization for IsBitwiseCopyable indicates that bdlt::Datetime is a bitwise copyable type.

Synopsis

Declared in <bdlt_datetime.h>

template<>
struct IsBitwiseCopyable<BloombergLP::bdlt::Datetime>
    : bsl::true_type

Base Classes

NameDescription
bsl::true_typeMetafunction representing the boolean constant true.