NIM 跨平台 C++ SDK
全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
ne_stl_iterator.h 文件参考
#include "ne_stl_build.h"

浏览源代码.

struct  nstd::_iterator_type< TElement >
 
class  nstd::_const_iterator< TElement >
 
class  nstd::_iterator< TElement >
 
class  nstd::_const_reverse_iterator< TElement >
 
class  nstd::_reverse_iterator< TElement >
 

命名空间

namespace  nstd
 

类型定义

template<class TElement >
using nstd::iterator_type = nstd::_iterator_type< TElement >
 
template<class TElement >
using nstd::const_iterator = nstd::_const_iterator< TElement >
 
template<class TElement >
using nstd::iterator = _iterator< TElement >
 
template<class TElement >
using nstd::const_pointer = nstd::const_iterator< TElement >
 
template<class TElement >
using nstd::pointer = nstd::iterator< TElement >
 
template<class TElement >
using nstd::const_reverse_iterator = nstd::_const_reverse_iterator< TElement >
 
template<class TElement >
using nstd::reverse_iterator = nstd::_reverse_iterator< TElement >