Public Types | Public Member Functions | Public Attributes | List of all members
absl::container_internal::internal_compressed_tuple::Storage< D, I, bool > Struct Template Reference

#include <compressed_tuple.h>

Public Types

using T = ElemT< D, I >
 

Public Member Functions

constexpr const Tget () const &
 
Tget () &
 
constexpr const T && get () const &&
 
T && get () &&
 
constexpr Storage ()=default
 
constexpr Storage (T &&v)
 

Public Attributes

T value
 

Detailed Description

template<typename D, size_t I, bool = ShouldUseBase<ElemT<D, I>>()>
struct absl::container_internal::internal_compressed_tuple::Storage< D, I, bool >

Definition at line 87 of file compressed_tuple.h.

Member Typedef Documentation

◆ T

template<typename D, size_t I, bool = ShouldUseBase<ElemT<D, I>>()>
using absl::container_internal::internal_compressed_tuple::Storage< D, I, bool >::T = ElemT<D, I>

Definition at line 88 of file compressed_tuple.h.

Constructor & Destructor Documentation

◆ Storage() [1/2]

template<typename D, size_t I, bool = ShouldUseBase<ElemT<D, I>>()>
constexpr absl::container_internal::internal_compressed_tuple::Storage< D, I, bool >::Storage ( )
default

◆ Storage() [2/2]

template<typename D, size_t I, bool = ShouldUseBase<ElemT<D, I>>()>
constexpr absl::container_internal::internal_compressed_tuple::Storage< D, I, bool >::Storage ( T &&  v)
inlineexplicit

Definition at line 91 of file compressed_tuple.h.

Member Function Documentation

◆ get() [1/4]

template<typename D, size_t I, bool = ShouldUseBase<ElemT<D, I>>()>
constexpr const T& absl::container_internal::internal_compressed_tuple::Storage< D, I, bool >::get ( ) const &
inline

Definition at line 92 of file compressed_tuple.h.

◆ get() [2/4]

template<typename D, size_t I, bool = ShouldUseBase<ElemT<D, I>>()>
T& absl::container_internal::internal_compressed_tuple::Storage< D, I, bool >::get ( ) &
inline

Definition at line 93 of file compressed_tuple.h.

◆ get() [3/4]

template<typename D, size_t I, bool = ShouldUseBase<ElemT<D, I>>()>
constexpr const T&& absl::container_internal::internal_compressed_tuple::Storage< D, I, bool >::get ( ) const &&
inline

Definition at line 94 of file compressed_tuple.h.

◆ get() [4/4]

template<typename D, size_t I, bool = ShouldUseBase<ElemT<D, I>>()>
T&& absl::container_internal::internal_compressed_tuple::Storage< D, I, bool >::get ( ) &&
inline

Definition at line 95 of file compressed_tuple.h.

Member Data Documentation

◆ value

template<typename D, size_t I, bool = ShouldUseBase<ElemT<D, I>>()>
T absl::container_internal::internal_compressed_tuple::Storage< D, I, bool >::value

Definition at line 89 of file compressed_tuple.h.


The documentation for this struct was generated from the following file:


abseil_cpp
Author(s):
autogenerated on Mon Feb 28 2022 21:31:23