BloombergLP::bslstl::Optional_Base<t_TYPE, false>::Optional_Base

Create a disengaged Optional_Base using allocator.

Synopsis

Declared in <bslstl_optional.h>

Optional_Base(
    std::allocator_arg_t allocatorArg,
    AllocType allocator,
    bsl::nullopt_t nullopt);

Parameters

NameDescription
allocatorArgtag selecting the allocator-extended constructor
allocatorallocator used to supply memory
nulloptdisengaged-optional tag; value is unused