Classes | |
struct | IsUnorderedContainer |
struct | IsUnorderedContainer< absl::flat_hash_map< Key, T, Hash, KeyEqual, Allocator > > |
struct | IsUnorderedContainer< absl::flat_hash_set< Key, Hash, KeyEqual, Allocator > > |
struct | IsUnorderedContainer< absl::node_hash_map< Key, T, Hash, KeyEqual, Allocator > > |
struct | IsUnorderedContainer< absl::node_hash_set< Key, Hash, KeyEqual, Allocator > > |
struct | IsUnorderedContainer< std::unordered_map< Key, T, Hash, KeyEqual, Allocator > > |
struct | IsUnorderedContainer< std::unordered_set< Key, Hash, KeyEqual, Allocator > > |
Functions | |
template<typename C > | |
ContainerIter< C > | c_begin (C &c) |
template<typename C > | |
ContainerIter< C > | c_end (C &c) |
ContainerIter<C> absl::container_algorithm_internal::c_begin | ( | C & | c | ) |
Definition at line 99 of file container.h.
ContainerIter<C> absl::container_algorithm_internal::c_end | ( | C & | c | ) |
Definition at line 102 of file container.h.