#include <btree_map.h>
Classes | |
struct | value_compare |
Public Types | |
using | init_type = typename super_type::init_type |
using | init_type = typename super_type::init_type |
using | is_map_container = std::true_type |
using | key_compare = typename super_type::key_compare |
using | mapped_type = Data |
using | mapped_type = Data |
using | slot_policy = typename super_type::slot_policy |
using | slot_policy = typename super_type::slot_policy |
using | slot_type = typename super_type::slot_type |
using | slot_type = typename super_type::slot_type |
using | super_type = typename map_params::common_params |
using | super_type = typename map_params::common_params |
using | value_type = typename super_type::value_type |
using | value_type = typename super_type::value_type |
Static Public Member Functions | |
static const Key & | key (const slot_type *s) |
static const Key & | key (const slot_type *s) |
template<typename V > | |
static auto | key (const V &value) -> decltype(value.first) |
template<typename V > | |
static auto | key (const V &value) -> decltype(value.first) |
static const Key & | key (slot_type *s) |
static const Key & | key (slot_type *s) |
static auto | mutable_key (slot_type *s) -> decltype(slot_policy::mutable_key(s)) |
static auto | mutable_key (slot_type *s) -> decltype(slot_policy::mutable_key(s)) |
static mapped_type & | value (value_type *value) |
static mapped_type & | value (value_type *value) |
Definition at line 63 of file abseil-cpp/absl/container/btree_map.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::init_type = typename super_type::init_type |
Definition at line 318 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::init_type = typename super_type::init_type |
Definition at line 830 of file abseil-cpp/absl/container/btree_map.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::is_map_container = std::true_type |
Definition at line 332 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::key_compare = typename super_type::key_compare |
Definition at line 320 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::mapped_type = Data |
Definition at line 312 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::mapped_type = Data |
Definition at line 824 of file abseil-cpp/absl/container/btree_map.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::slot_policy = typename super_type::slot_policy |
Definition at line 315 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::slot_policy = typename super_type::slot_policy |
Definition at line 827 of file abseil-cpp/absl/container/btree_map.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::slot_type = typename super_type::slot_type |
Definition at line 316 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::slot_type = typename super_type::slot_type |
Definition at line 828 of file abseil-cpp/absl/container/btree_map.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::super_type = typename map_params::common_params |
Definition at line 311 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::super_type = typename map_params::common_params |
Definition at line 823 of file abseil-cpp/absl/container/btree_map.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::value_type = typename super_type::value_type |
Definition at line 317 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
using absl::container_internal::map_params< Key, Data, Compare, Alloc, TargetNodeSize, Multi >::value_type = typename super_type::value_type |
Definition at line 829 of file abseil-cpp/absl/container/btree_map.h.
|
inlinestatic |
Definition at line 338 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
|
inlinestatic |
Definition at line 836 of file abseil-cpp/absl/container/btree_map.h.
|
inlinestatic |
Definition at line 335 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
|
inlinestatic |
Definition at line 833 of file abseil-cpp/absl/container/btree_map.h.
|
inlinestatic |
Definition at line 339 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
|
inlinestatic |
Definition at line 837 of file abseil-cpp/absl/container/btree_map.h.
|
inlinestatic |
Definition at line 341 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
|
inlinestatic |
Definition at line 839 of file abseil-cpp/absl/container/btree_map.h.
|
inlinestatic |
Definition at line 345 of file bloaty/third_party/abseil-cpp/absl/container/internal/btree.h.
|
inlinestatic |
Definition at line 843 of file abseil-cpp/absl/container/btree_map.h.