ocean.util.container.HashRangeMap

Serializable data structure that maps Range!(hash_t) keys to corresponding values

This has been designed to work with the (de)serialization functionality in ocean.util.serialize.contiguous

Members

Aliases

HashRange
alias HashRange = Range!(hash_t)

Helper alias for range of hash_t

Structs

HashRangeMap
struct HashRangeMap(Value)

Provides a mapping from HashRange to the specified type

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).