Same as the preceding copyConstruct overload, for pointer ranges.

Synopsis

Declared in <bslalg_arrayprimitives.h>

template<
    class ALLOCATOR,
    class SOURCE_TYPE>
static
void
copyConstruct(
    bsl::allocator_traits<ALLOCATOR>::pointer toBegin,
    SOURCE_TYPE* fromBegin,
    SOURCE_TYPE* fromEnd,
    ALLOCATOR allocator);

Created with MrDocs