Same as the preceding overload, taking pointer iterators.

Synopsis

Declared in <bslalg_arrayprimitives.h>

template<
    class TARGET_TYPE,
    class SOURCE_TYPE>
static
void
copyConstruct(
    TARGET_TYPE* toBegin,
    SOURCE_TYPE* fromBegin,
    SOURCE_TYPE* fromEnd,
    bslma::Allocator* allocator);

Created with MrDocs