#include <cstdlib>
#include <limits>
#include <memory>
#include <ostream>
#include <type_traits>
#include <utility>
#include <vector>
#include "absl/hash/hash.h"
#include "absl/strings/string_view.h"
Go to the source code of this file.
Namespaces | |
absl | |
absl::container_internal | |
absl::container_internal::hash_testing_internal | |
Macros | |
#define | ABSL_UNORDERED_SUPPORTS_ALLOC_CTORS 0 |
Functions | |
template<class Map > | |
auto | absl::container_internal::items (const Map &m) -> std::vector< std::pair< typename Map::key_type, typename Map::mapped_type >> |
template<class Set > | |
auto | absl::container_internal::keys (const Set &s) -> std::vector< typename std::decay< typename Set::key_type >::type > |
#define ABSL_UNORDERED_SUPPORTS_ALLOC_CTORS 0 |
Definition at line 177 of file hash_policy_testing.h.