[#CRollingBloomFilter-insert] = xref:CRollingBloomFilter.adoc[CRollingBloomFilter]::insert :relfileprefix: ../ :mrdocs: Add a raw key to the filter, evicting older entries as needed. == Synopsis Declared in `<common/bloom.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void insert(std::span<unsigned char const> vKey); ---- == Parameters [cols="1,4"] |=== | Name| Description | *vKey* | The bytes to insert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#