Orders two hashes.
Synopsis
Declared in <util/hash_type.h>
bool
operator<(BaseHash<HashType> const& other) const noexcept;
Return Value
True if this hash sorts before other.
Parameters
Name |
Description |
other |
The hash to compare against. |
Created with MrDocs