Classes | |
struct | CompressedTupleImpl< CompressedTuple< Ts... >, absl::index_sequence< I... > > |
struct | Elem |
struct | Elem< CompressedTuple< B... >, I > |
struct | Storage |
struct | Storage< D, I, true > |
Typedefs | |
template<typename D , size_t I> | |
using | ElemT = typename Elem< D, I >::type |
Functions | |
template<typename T > | |
constexpr bool | IsFinal () |
template<typename T > | |
constexpr bool | ShouldUseBase () |
Variables | |
template<typename D , typename I > | |
struct ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC | CompressedTupleImpl |
using absl::container_internal::internal_compressed_tuple::ElemT = typedef typename Elem<D, I>::type |
Definition at line 63 of file compressed_tuple.h.
constexpr bool absl::container_internal::internal_compressed_tuple::IsFinal | ( | ) |
Definition at line 70 of file compressed_tuple.h.
constexpr bool absl::container_internal::internal_compressed_tuple::ShouldUseBase | ( | ) |
Definition at line 79 of file compressed_tuple.h.
struct ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC absl::container_internal::internal_compressed_tuple::CompressedTupleImpl |
Definition at line 111 of file compressed_tuple.h.