#include <bn_unique_ptr.h>
template<typename Type, typename Deleter>
hash<unique_ptr<Type, Deleter>> struct
Hash support for unique_
Template parameters | |
---|---|
Type | Type of the managed object. |
Deleter | Type of the object which disposes the managed object when the unique_ |
Public functions
-
auto operator()(const unique_
ptr<Type, Deleter>& value) const -> unsigned constexpr - Returns the hash of the given unique_
ptr.