template <class... Ts>
class Layout
Defined at line 796 of file ../../third_party/abseil-cpp/src/absl/container/internal/layout.h
Descriptor of arrays of various types and sizes laid out in memory one after
another. See the top of the file for documentation.
Check out the public API of internal_layout::LayoutWithStaticSizes and
internal_layout::LayoutImpl above. Those types are internal to the library
but their methods are public, and they are inherited by `Layout`.