#include "absl/container/internal/compressed_tuple.h"
#include <memory>
#include <string>
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "absl/container/internal/test_instance_tracker.h"
#include "absl/memory/memory.h"
#include "absl/types/any.h"
#include "absl/types/optional.h"
#include "absl/utility/utility.h"
Go to the source code of this file.
Classes | |
class | Empty< int > |
struct | NotEmpty< T > |
struct | TwoValues< T, U > |
Namespaces | |
absl | |
absl::container_internal | |
Enumerations | |
enum | CallType { CallType::CLIENT, CallType::SERVER, CallType::PENDING_SERVER, CallType::TOMBSTONED, CallType::kConstRef, CallType::kConstMove, CallType::kConstRef, CallType::kConstMove } |
|
strong |
Enumerator | |
---|---|
CLIENT | |
SERVER | |
PENDING_SERVER | |
TOMBSTONED | |
kConstRef | |
kConstMove | |
kConstRef | |
kConstMove |
Definition at line 30 of file abseil-cpp/absl/container/internal/compressed_tuple_test.cc.