[#BloombergLP-ball-FixedSizeRecordBuffer-pushFront] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/FixedSizeRecordBuffer.adoc[FixedSizeRecordBuffer]::pushFront :relfileprefix: ../../../ :mrdocs: Push the specified `handle` at the front end of this record buffer. Return 0 on success, and a non‐zero value otherwise. In order to accommodate a record, the records from the end end of the buffer may be removed. If a record can not be accommodated in the buffer, it is silently discarded. == Synopsis Declared in `<ball_fixedsizerecordbuffer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual int pushFront(xref:bsl/shared_ptr-0a.adoc[bsl::shared_ptr<Record>] const& handle) override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#