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>

virtual
int
pushFront(bsl::shared_ptr<Record> const& handle) override;

Created with MrDocs