Public Member Functions | Public Attributes
absl::container_internal::internal_compressed_tuple::Storage< D, I, bool > Struct Template Reference

#include <compressed_tuple.h>

List of all members.

Public Member Functions

constexpr const T & get () const &
T & get ()&
constexpr const T && get () const &&
T && get ()&&
constexpr Storage ()
constexpr Storage (T &&v)

Public Attributes

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.


Constructor & Destructor Documentation

template<typename D, size_t I, bool = ShouldUseBase<ElemT<D, I>>()>
constexpr absl::container_internal::internal_compressed_tuple::Storage< D, I, bool >::Storage ( )
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) [inline, explicit]

Definition at line 91 of file compressed_tuple.h.


Member Function Documentation

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.

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.

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.

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

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 Wed Jun 19 2019 19:42:16