Get a block filter index by type. Returns nullptr if index has not been initialized or was already destroyed.
Synopsis
Declared in <index/blockfilterindex.h>
BlockFilterIndex*
GetBlockFilterIndex(BlockFilterType filter_type);
Return Value
Pointer to the index, or nullptr if it is not initialized.
Parameters
Name |
Description |
filter_type |
Filter type of the index to retrieve. |
Created with MrDocs