Create an Optional_Base object whose contained value is initialized from the specified args. Use the specified allocator to supply memory.

Synopsis

Declared in <bslstl_optional.h>

template<class... t_ARGS>
Optional_Base(
    std::allocator_arg_t,
    allocator_type allocator,
    std::in_place_t,
    t_ARGS&&... args);

Created with MrDocs