[#BloombergLP-bslalg-ArrayPrimitives-copyConstruct-070] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/ArrayPrimitives.adoc[ArrayPrimitives]::copyConstruct :relfileprefix: ../../../ :mrdocs: Same as the preceding `copyConstruct` overload, for pointer ranges. == Synopsis Declared in `<bslalg_arrayprimitives.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class ALLOCATOR, class SOURCE_TYPE> static void copyConstruct( bsl::allocator_traits<ALLOCATOR>::pointer toBegin, SOURCE_TYPE* fromBegin, SOURCE_TYPE* fromEnd, 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 used to supply memory if required |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#