OpenSiv3D  v0.6.5
C++20 framework for creative coding
Allocator.hpp File Reference
#include "Common.hpp"
#include "Memory.hpp"
#include "detail/Allocator.ipp"

Classes

class  s3d::Allocator< Type, Alignment >
 メモリアライメント対応アロケータ More...
 
struct  s3d::Allocator< Type, Alignment >::rebind< U >
 
struct  s3d::DefaultAllocator< Type >
 メモリアライメントを考慮したデフォルトのアロケータ More...
 

Namespaces

 s3d
 

Functions

template<class T1 , size_t A1, class T2 , size_t A2>
constexpr bool s3d::operator== (const Allocator< T1, A1 > &, const Allocator< T2, A2 > &) noexcept