![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <Pool.hpp>
Public Types | |
using | is_transparent = void |
interoperable. | |
Public Member Functions | |
template<typename U > | |
auto | operator() (U &&u) const |
using m::Pool< T, Hash, KeyEqual, ThreadSafe >::dereference_hash::is_transparent = void |
Mark this callable as transparent, allowing for computing the hash of various types that are
interoperable.
> See https://en.cppreference.com/w/cpp/container/unordered_map/find.