[#bsl-vector-086-push_back] = xref:bsl.adoc[bsl]::xref:bsl/vector-086.adoc[vector<VALUE_TYPE*, ALLOCATOR>]::push_back :relfileprefix: ../../ :mrdocs: Append an element to the end of this vector. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void push_back(VALUE_TYPE* value); ---- == Parameters [cols="1,4"] |=== | Name| Description | *value* | element value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#