[#prevector-0c-push_back] = xref:prevector-0c.adoc[prevector]::push_back :relfileprefix: ../ :mrdocs: Appends a copy of `value` to the end of the container. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void push_back(T const& value); ---- == Parameters [cols="1,4"] |=== | Name| Description | *value* | The value to append. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#