GRPC C++  1.26.0
Static Public Attributes
grpc_core::manual_ctor_impl::max_align_of< A, B... > Class Template Reference

#include <manual_constructor.h>

Static Public Attributes

static constexpr const size_t value
 

Field Documentation

◆ value

template<class A , class... B>
constexpr const size_t grpc_core::manual_ctor_impl::max_align_of< A, B... >::value
staticconstexpr
Initial value:
= alignof(A) > max_align_of<B...>::value
? alignof(A)
: max_align_of<B...>::value
static constexpr const size_t value
Definition: manual_constructor.h:96

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