![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
メモリアライメントを考慮したデフォルトのアロケータ More...
#include <Allocator.hpp>
Public Types | |
using | type = std::conditional_t< IsOverAligned_v< Type >, Allocator< Type >, std::allocator< Type > > |
メモリアライメントを考慮したデフォルトのアロケータ
Type | アロケーションするオブジェクトの型 |
using s3d::DefaultAllocator< Type >::type = std::conditional_t<IsOverAligned_v<Type>, Allocator<Type>, std::allocator<Type> > |