Go to the source code of this file.
Namespaces | |
absl | |
absl::container_internal | |
absl::container_internal::internal_compressed_tuple | |
Macros | |
#define | ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC |
Typedefs | |
template<typename D , size_t I> | |
using | absl::container_internal::internal_compressed_tuple::ElemT = typename Elem< D, I >::type |
Functions | |
template<typename T > | |
constexpr bool | absl::container_internal::internal_compressed_tuple::IsFinal () |
template<typename T > | |
constexpr bool | absl::container_internal::internal_compressed_tuple::ShouldUseBase () |
Variables | |
template<typename D , typename I > | |
struct ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC | absl::container_internal::internal_compressed_tuple::CompressedTupleImpl |
#define ABSL_INTERNAL_COMPRESSED_TUPLE_DECLSPEC |
Definition at line 46 of file compressed_tuple.h.