成员的完整列表,这些成员属于 bloom_filter< T, Hash >,包括所有继承而来的类成员
| approximate_count() const noexcept | bloom_filter< T, Hash > | inline |
| bit_size() const noexcept | bloom_filter< T, Hash > | inline |
| bloom_filter(const size_t expected_insertions, const double false_positive_prob) | bloom_filter< T, Hash > | inline |
| bloom_filter(const size_t m, const size_t k) | bloom_filter< T, Hash > | inline |
| capacity() const noexcept | bloom_filter< T, Hash > | inline |
| clear() noexcept | bloom_filter< T, Hash > | inline |
| contains(const T &key) const noexcept | bloom_filter< T, Hash > | inline |
| empty() const noexcept | bloom_filter< T, Hash > | inline |
| false_positive_rate() const noexcept | bloom_filter< T, Hash > | inline |
| from_bytes(const byte_vector &bytes) | bloom_filter< T, Hash > | inline |
| hash_count() const noexcept | bloom_filter< T, Hash > | inline |
| insert(const T &key) noexcept | bloom_filter< T, Hash > | inline |
| intersect(const bloom_filter &other) const | bloom_filter< T, Hash > | inline |
| merge(const bloom_filter &other) | bloom_filter< T, Hash > | inline |
| to_bytes() const | bloom_filter< T, Hash > | inline |
| unite(const bloom_filter &other) const | bloom_filter< T, Hash > | inline |
| ~bloom_filter()=default | bloom_filter< T, Hash > | |