Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::bloom_parameters::optimal_parameters_t Struct Reference

#include <bloom_filter.hpp>

Collaboration diagram for fc::bloom_parameters::optimal_parameters_t:

Public Member Functions

 optimal_parameters_t ()
 

Public Attributes

unsigned int number_of_hashes
 
unsigned long long int table_size
 

Detailed Description

Definition at line 96 of file bloom_filter.hpp.

Constructor & Destructor Documentation

◆ optimal_parameters_t()

fc::bloom_parameters::optimal_parameters_t::optimal_parameters_t ( )
inline

Definition at line 98 of file bloom_filter.hpp.

Member Data Documentation

◆ number_of_hashes

unsigned int fc::bloom_parameters::optimal_parameters_t::number_of_hashes

Definition at line 103 of file bloom_filter.hpp.

◆ table_size

unsigned long long int fc::bloom_parameters::optimal_parameters_t::table_size

Definition at line 104 of file bloom_filter.hpp.


The documentation for this struct was generated from the following file: