Public Types | Public Member Functions | Static Public Member Functions | List of all members
absl::container_internal::Layout< Ts > Class Template Reference

#include <layout.h>

Inheritance diagram for absl::container_internal::Layout< Ts >:
Inheritance graph
[legend]

Public Types

template<size_t NumSizes>
using PartialType = internal_layout::LayoutType< NumSizes, Ts... >
 
template<size_t NumSizes>
using PartialType = internal_layout::LayoutType< NumSizes, Ts... >
 

Public Member Functions

constexpr Layout (internal_layout::TypeToSize< Ts >... sizes)
 
constexpr Layout (internal_layout::TypeToSize< Ts >... sizes)
 

Static Public Member Functions

template<class... Sizes>
static constexpr PartialType< sizeof...(Sizes)> Partial (Sizes &&... sizes)
 
template<class... Sizes>
static constexpr PartialType< sizeof...(Sizes)> Partial (Sizes &&... sizes)
 

Detailed Description

template<class... Ts>
class absl::container_internal::Layout< Ts >

Definition at line 684 of file abseil-cpp/absl/container/internal/layout.h.

Member Typedef Documentation

◆ PartialType [1/2]

template<class... Ts>
template<size_t NumSizes>
using absl::container_internal::Layout< Ts >::PartialType = internal_layout::LayoutType<NumSizes, Ts...>

Definition at line 693 of file abseil-cpp/absl/container/internal/layout.h.

◆ PartialType [2/2]

template<class... Ts>
template<size_t NumSizes>
using absl::container_internal::Layout< Ts >::PartialType = internal_layout::LayoutType<NumSizes, Ts...>

Constructor & Destructor Documentation

◆ Layout() [1/2]

template<class... Ts>
constexpr absl::container_internal::Layout< Ts >::Layout ( internal_layout::TypeToSize< Ts >...  sizes)
inlineexplicitconstexpr

Definition at line 735 of file abseil-cpp/absl/container/internal/layout.h.

◆ Layout() [2/2]

template<class... Ts>
constexpr absl::container_internal::Layout< Ts >::Layout ( internal_layout::TypeToSize< Ts >...  sizes)
inlineexplicitconstexpr

Member Function Documentation

◆ Partial() [1/2]

template<class... Ts>
template<class... Sizes>
static constexpr PartialType<sizeof...(Sizes)> absl::container_internal::Layout< Ts >::Partial ( Sizes &&...  sizes)
inlinestaticconstexpr

Definition at line 722 of file abseil-cpp/absl/container/internal/layout.h.

◆ Partial() [2/2]

template<class... Ts>
template<class... Sizes>
static constexpr PartialType<sizeof...(Sizes)> absl::container_internal::Layout< Ts >::Partial ( Sizes &&...  sizes)
inlinestaticconstexpr

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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:39