bsl::allocator<pair<int const, pair<shared_ptr<Statistics>, shared_ptr<Collector<OsLinux>>>>>::construct

Same as the preceding construct overload, using perfect forwarding.

Synopsis

Declared in <bslma_bslallocator.h>

template<
    class ELEMENT_TYPE,
    class ARG1,
    class... ARGS>
void
construct(
    ELEMENT_TYPE* address,
    ARG1&& argument1,
    ARGS&&... arguments);