Seastar
High performance C++ framework for concurrent servers
|
std::hash specialization for seastar::checked_ptr class
#include <seastar/core/checked_ptr.hh>
Public Member Functions | |
size_t | operator() (const seastar::checked_ptr< T > &p) const |
|
inline |
Get the hash value for the given seastar::checked_ptr object. The hash will calculated using the seastar::checked_ptr::hash method.
p | object for hash value calculation |