[#bsl-vector-00d-Proctor-2constructor] = xref:bsl.adoc[bsl]::xref:bsl/vector-00d.adoc[vector]::xref:bsl/vector-00d.adoc[Proctor]::Proctor :relfileprefix: ../../../ :mrdocs: Create a proctor for the specified `data` array of the specified `capacity`, using the `deallocateN` method of the specified `container` to return `data` to its allocator upon destruction, unless this proctor's `release` is called prior. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Proctor( VALUE_TYPE* data, std::size_t capacity, xref:bsl/vector-00d.adoc[ContainerBase]* container); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#