Public Member Functions | Static Public Attributes
absl::container_internal::internal_layout::AlignOf< Aligned< T, N > > Struct Template Reference

#include <layout.h>

List of all members.

Public Member Functions

 static_assert (N%alignof(T)==0,"Custom alignment can't be lower than the type's alignment")

Static Public Attributes

static constexpr size_t value = N

Detailed Description

template<class T, size_t N>
struct absl::container_internal::internal_layout::AlignOf< Aligned< T, N > >

Definition at line 242 of file layout.h.


Member Function Documentation

template<class T , size_t N>
absl::container_internal::internal_layout::AlignOf< Aligned< T, N > >::static_assert ( N%  alignofT = =0,
"Custom alignment can't be lower than the type's alignment"   
)

Member Data Documentation

template<class T , size_t N>
constexpr size_t absl::container_internal::internal_layout::AlignOf< Aligned< T, N > >::value = N [static]

Definition at line 245 of file layout.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