Create a disengaged optional object. Use the specified allocator to supply memory.

Synopsis

Declared in <bslstl_optional.h>

optional(
    std::allocator_arg_t,
    AllocType allocator);

Created with MrDocs