|
TARAXA
|
#include <util.hpp>
Public Member Functions | |
| bool | emplace (Key const &key) |
| std::size_t | count (Key const &key) const |
| void | clear () |
| bool | erase (const Key &key) |
| std::size_t | size () const |
Private Attributes | |
| std::unordered_set< Key > | set_ |
| std::shared_mutex | mtx_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
mutableprivate |
|
private |