template <typename Op>
struct OperationRangeTraits
Defined at line 95 of file ../../src/storage/lib/operation/operation_tree.h
Traits which enable an operation to exist in an interval tree.
Public Methods
uint64_t Start (const OperationRangeContainer<Op> & obj)
Defined at line 96 of file ../../src/storage/lib/operation/operation_tree.h
uint64_t End (const OperationRangeContainer<Op> & obj)
Defined at line 97 of file ../../src/storage/lib/operation/operation_tree.h
zx_status_t Update (const OperationRangeContainer<Op> *other,uint64_tstart,uint64_tend,OperationRangeContainer<Op> *obj)
Defined at line 98 of file ../../src/storage/lib/operation/operation_tree.h