YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
Is Undereferenceable Iterator

判断迭代器实例是否不可解引用。 更多...

Is Undereferenceable Iterator 的协作图:

函数

bool ystdex::is_undereferenceable (const ifile_iterator &i)
 判断 ifile_iterator 实例是否确定为不可解引用。 更多...
 
template<typename _tIterator >
bool ystdex::is_undereferenceable (const _tIterator &)
 
template<typename _type >
bool ystdex::is_undereferenceable (_type *p)
 

详细描述

判断迭代器实例是否不可解引用。

模板参数
_tIterator迭代器类型。
注解
注意返回 false 不表示参数实际可解引用。
自从
build 461

函数说明

template<typename _tIterator >
bool ystdex::is_undereferenceable ( const _tIterator &  )
inline

在文件 iterator.hpp79 行定义.

template<typename _type >
bool ystdex::is_undereferenceable ( _type *  p)
inline

在文件 iterator.hpp85 行定义.

bool ystdex::is_undereferenceable ( const ifile_iterator &  i)
inline

判断 ifile_iterator 实例是否确定为不可解引用。

自从
build 461

在文件 cstdio.h187 行定义.