OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::IsOverAligned< Type > Struct Template Reference

明示的なアライメントの指定が必要な型であるかを判定します。 More...

#include <Memory.hpp>

Inherits bool_constant<(alignof(Type) > Platform::MinAlignment)>.

Detailed Description

template<class Type>
struct s3d::IsOverAligned< Type >

明示的なアライメントの指定が必要な型であるかを判定します。

Template Parameters
Typeオブジェクトの型

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