NIM PC Cross Platform 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 >