fastdo  0.6.16
winux::ArrayAssigner< _Ty, _Alloc > 模板类 参考

Array赋值器 更多...

#include <utilities.hpp>

Public 类型

typedef std::vector< _Ty, _Alloc > VectorType
 

Public 成员函数

 ArrayAssigner (VectorType *a)
 
ArrayAssigneroperator() (_Ty const &v)
 
 operator VectorType & ()
 

详细描述

template<typename _Ty, typename _Alloc>
class winux::ArrayAssigner< _Ty, _Alloc >

Array赋值器

在文件 utilities.hpp394 行定义.

成员类型定义说明

template<typename _Ty , typename _Alloc >
typedef std::vector< _Ty, _Alloc > winux::ArrayAssigner< _Ty, _Alloc >::VectorType

在文件 utilities.hpp397 行定义.

构造及析构函数说明

template<typename _Ty , typename _Alloc >
winux::ArrayAssigner< _Ty, _Alloc >::ArrayAssigner ( VectorType a)
inline

在文件 utilities.hpp399 行定义.

成员函数说明

template<typename _Ty , typename _Alloc >
ArrayAssigner& winux::ArrayAssigner< _Ty, _Alloc >::operator() ( _Ty const &  v)
inline

在文件 utilities.hpp400 行定义.

template<typename _Ty , typename _Alloc >
winux::ArrayAssigner< _Ty, _Alloc >::operator VectorType & ( )
inline

在文件 utilities.hpp405 行定义.


该类的文档由以下文件生成: