My Project
Static Public Attributes | List of all members
bsl::alignment_of< T > Class Template Referencefinal

Provides the member constant value equal to the alignment of T. More...

#include <alignment_of.hpp>

Static Public Attributes

static constexpr bsl::uintmax value {alignof(T)}
 the alignment of T
 

Detailed Description

template<typename T>
class bsl::alignment_of< T >

Provides the member constant value equal to the alignment of T.

#include <bsl/debug.hpp>
namespace bsl
{
inline void
example_alignment_of_overview() noexcept
{
bsl::print() << "success\n";
}
}
}
Template Parameters
Tthe type to query

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