ReactOS 0.4.15-dev-7924-g5949c20
_Vector_const_traits< _Tp, _NcIt > Struct Template Reference

#include <_vector.h>

Public Types

typedef _Const_traits< _Tp > _BaseT
 
typedef _Tp value_type
 
typedef const _Tp & reference
 
typedef const _Tp * pointer
 
typedef _Vector_const_traits< _Tp, _NcIt > _ConstTraits
 
typedef _Vector_nonconst_traits< _Tp, _NcIt > _NonConstTraits
 

Detailed Description

template<class _Tp, class _NcIt>
struct _Vector_const_traits< _Tp, _NcIt >

Definition at line 68 of file _vector.h.

Member Typedef Documentation

◆ _BaseT

template<class _Tp , class _NcIt >
typedef _Const_traits<_Tp> _Vector_const_traits< _Tp, _NcIt >::_BaseT

Definition at line 69 of file _vector.h.

◆ _ConstTraits

template<class _Tp , class _NcIt >
typedef _Vector_const_traits<_Tp, _NcIt> _Vector_const_traits< _Tp, _NcIt >::_ConstTraits

Definition at line 73 of file _vector.h.

◆ _NonConstTraits

template<class _Tp , class _NcIt >
typedef _Vector_nonconst_traits<_Tp, _NcIt> _Vector_const_traits< _Tp, _NcIt >::_NonConstTraits

Definition at line 74 of file _vector.h.

◆ pointer

template<class _Tp , class _NcIt >
typedef const _Tp* _Vector_const_traits< _Tp, _NcIt >::pointer

Definition at line 72 of file _vector.h.

◆ reference

template<class _Tp , class _NcIt >
typedef const _Tp& _Vector_const_traits< _Tp, _NcIt >::reference

Definition at line 71 of file _vector.h.

◆ value_type

template<class _Tp , class _NcIt >
typedef _Tp _Vector_const_traits< _Tp, _NcIt >::value_type

Definition at line 70 of file _vector.h.


The documentation for this struct was generated from the following file: