YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
判断迭代器实例是否不可解引用。 更多...
![]() |
函数 | |
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
不表示参数实际可解引用。
|
inline |
在文件 iterator.hpp 第 79 行定义.
|
inline |
在文件 iterator.hpp 第 85 行定义.
|
inline |