Create a disengaged Optional_Base object.
Declared in <bslstl_optional.h>
Optional_Base(
std::allocator_arg_t allocatorArg,
allocator_type allocator);
Use the specified allocator to supply memory.
| Name | Description |
|---|---|
| allocatorArg | tag selecting the allocator-extended constructor |
| allocator | allocator used to supply memory |