Add a raw key to the filter.
Synopsis
Declared in <common/bloom.h>
void
insert(std::span<unsigned char const> vKey);
Parameters
Name |
Description |
vKey |
The bytes to insert. |
Created with MrDocs
Add a raw key to the filter.
Declared in <common/bloom.h>
void
insert(std::span<unsigned char const> vKey);
Name |
Description |
vKey |
The bytes to insert. |
Created with MrDocs