Synopsis

Declared in <bslstl_optional.h>

template<
    class t_INIT_LIST_TYPE,
    class... t_ARGS>
Optional_Base(
    std::allocator_arg_t,
    AllocType,
    std::in_place_t,
    std::initializer_list<t_INIT_LIST_TYPE>,
    t_ARGS&&...);

Created with MrDocs