[#CBloomFilter-insert-06] = xref:CBloomFilter.adoc[CBloomFilter]::insert :relfileprefix: ../ :mrdocs: Add a raw key to the filter. == 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]#