NANA
Public 成员函数 | Public 属性 | 所有成员列表
NANA::Size_< _Tp > 模板结构体 参考

二维数组的尺寸 更多...

#include <nadef.hpp>

Public 成员函数

 Size_ (_Tp _width, _Tp _height)
 

Public 属性

_Tp width
 宽度 更多...
 
_Tp height
 高度 更多...
 

详细描述

template<typename _Tp>
struct NANA::Size_< _Tp >

二维数组的尺寸

在文件 nadef.hpp61 行定义.

构造及析构函数说明

◆ Size_() [1/2]

template<typename _Tp >
NANA::Size_< _Tp >::Size_ ( )
inline

在文件 nadef.hpp62 行定义.

◆ Size_() [2/2]

template<typename _Tp >
NANA::Size_< _Tp >::Size_ ( _Tp  _width,
_Tp  _height 
)
inline

在文件 nadef.hpp69 行定义.

类成员变量说明

◆ height

template<typename _Tp >
_Tp NANA::Size_< _Tp >::height

高度

在文件 nadef.hpp75 行定义.

◆ width

template<typename _Tp >
_Tp NANA::Size_< _Tp >::width

宽度

在文件 nadef.hpp74 行定义.


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