Create an Optional_Base object whose contained value is initialized from the specified args.
Optional_Base
args
Declared in <bslstl_optional.h>
<bslstl_optional.h>
template<class... t_ARGS> constexpr explicit Optional_Base( std::in_place_t, t_ARGS&&... args);