NIM 跨平台 C++ SDK
|
#include "ne_stl_build.h"
命名空间 | |
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> |