[#BloombergLP-bslalg-ArrayPrimitives-copyConstruct-0e8] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/ArrayPrimitives.adoc[ArrayPrimitives]::copyConstruct :relfileprefix: ../../../ :mrdocs: Same as the preceding overload, taking pointer iterators. == Synopsis Declared in `<bslalg_arrayprimitives.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TARGET_TYPE, class SOURCE_TYPE> static void copyConstruct( TARGET_TYPE* toBegin, SOURCE_TYPE* fromBegin, SOURCE_TYPE* fromEnd, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* allocator); ---- == Parameters [cols="1,4"] |=== | Name| Description | *toBegin* | beginning of the uninitialized destination range | *fromBegin* | beginning of the source range | *fromEnd* | end of the source range (one past the last element) | *allocator* | allocator passed to element constructors when applicable |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#