Create an Optional_Base object whose contained value is initialized from the specified args.

Synopsis

Declared in <bslstl_optional.h>

template<class... t_ARGS>
constexpr
explicit
Optional_Base(
    std::in_place_t,
    t_ARGS&&... args);

Created with MrDocs