fastdo  0.5.12
winux::Allocator< _Ty > 模板结构体 参考

构造分配器 更多...

#include <smartptr.hpp>

静态 Public 成员函数

static _Ty * New ()
 
static _Ty * NewArray (std::size_t count)
 

详细描述

template<typename _Ty>
struct winux::Allocator< _Ty >

构造分配器

在文件 smartptr.hpp8 行定义.

成员函数说明

template<typename _Ty >
static _Ty* winux::Allocator< _Ty >::New ( )
inlinestatic

在文件 smartptr.hpp10 行定义.

template<typename _Ty >
static _Ty* winux::Allocator< _Ty >::NewArray ( std::size_t  count)
inlinestatic

在文件 smartptr.hpp11 行定义.


该结构体的文档由以下文件生成: