template <typename Key, typename Value>

struct Item

Defined at line 23 of file ../../zircon/kernel/lib/btree/include/lib/btree_util.h

Use a custom datatype for items, instead of a pair, both for improved readability and because

pair value initializes its elements, which we would like to avoid in certain circumstances.

Public Members

Key key
Value value