[#bsl-vector-086-2constructor-052] = xref:bsl.adoc[bsl]::xref:bsl/vector-086.adoc[vector<VALUE_TYPE*, ALLOCATOR>]::vector :relfileprefix: ../../ :mrdocs: == Synopses Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086/2constructor-001.adoc[vector]() noexcept; ---- [.small]#xref:bsl/vector-086/2constructor-001.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086/2constructor-0b.adoc[vector](xref:bsl/vector-086.adoc[vector] const& original); ---- [.small]#xref:bsl/vector-086/2constructor-0b.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086/2constructor-0ac.adoc[vector](xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<vector>] original) noexcept; ---- [.small]#xref:bsl/vector-086/2constructor-0ac.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:bsl/vector-086/2constructor-007.adoc[vector](ALLOCATOR const& basicAllocator) noexcept; ---- [.small]#xref:bsl/vector-086/2constructor-007.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:bsl/vector-086/2constructor-01.adoc[vector]( xref:bsl/vector-086/size_type.adoc[size_type] initialSize, ALLOCATOR const& basicAllocator = ALLOCATOR()); ---- [.small]#xref:bsl/vector-086/2constructor-01.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086/2constructor-07.adoc[vector]( xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<vector>] original, ALLOCATOR const& basicAllocator); ---- [.small]#xref:bsl/vector-086/2constructor-07.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086/2constructor-04.adoc[vector]( std::initializer_list<VALUE_TYPE*> values, ALLOCATOR const& basicAllocator = ALLOCATOR()); ---- [.small]#xref:bsl/vector-086/2constructor-04.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086/2constructor-0ad.adoc[vector]( xref:bsl/vector-086.adoc[vector] const& original, ALLOCATOR const& basicAllocator); ---- [.small]#xref:bsl/vector-086/2constructor-0ad.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086/2constructor-0f.adoc[vector]( xref:bsl/vector-086/size_type.adoc[size_type] initialSize, VALUE_TYPE* value, ALLOCATOR const& basicAllocator = ALLOCATOR()); ---- [.small]#xref:bsl/vector-086/2constructor-0f.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class INPUT_ITER> xref:bsl/vector-086/2constructor-00b.adoc[vector]( INPUT_ITER first, INPUT_ITER last, ALLOCATOR const& basicAllocator = ALLOCATOR()); ---- [.small]#xref:bsl/vector-086/2constructor-00b.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_RANGE> xref:bsl/vector-086/2constructor-051.adoc[vector]( std::from_range_t, t_RANGE&& range, ALLOCATOR const& basicAllocator = ALLOCATOR()); ---- [.small]#xref:bsl/vector-086/2constructor-051.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#