template <typename Key, typename Data, typename... Params>

struct map_params_impl

Defined at line 885 of file ../../third_party/abseil-cpp/src/absl/container/btree_map.h

A parameters structure for holding the type parameters for a btree_map.

Compare and Alloc should be nothrow copy-constructible.

Public Methods

template <typename V>
decltype((value.first)) key (const V & value)

Defined at line 922 of file ../../third_party/abseil-cpp/src/absl/container/btree_map.h

const Key & key (const slot_type * s)

Defined at line 926 of file ../../third_party/abseil-cpp/src/absl/container/btree_map.h

const Key & key (slot_type * s)

Defined at line 927 of file ../../third_party/abseil-cpp/src/absl/container/btree_map.h

decltype(slot_policy::mutable_key(s)) mutable_key (slot_type * s)

For use in node handle.

Defined at line 929 of file ../../third_party/abseil-cpp/src/absl/container/btree_map.h

mapped_type & value (value_type * value)

Defined at line 933 of file ../../third_party/abseil-cpp/src/absl/container/btree_map.h