ReactOS 0.4.15-dev-7961-gdcf9eb0
_vector.h File Reference
#include <stl/_algobase.h>
#include <stl/_alloc.h>
#include <stl/_iterator.h>
#include <stl/_uninitialized.h>
#include <stl/_vector.c>
#include <stl/_bvector.h>
#include <stl/_relops_cont.h>
Include dependency graph for _vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  _Vector_base< _Tp, _Alloc >
 
class  vector< _Tp, >
 

Macros

#define _STLP_TEMPLATE_HEADER   template <class _Tp, class _Alloc>
 
#define _STLP_TEMPLATE_CONTAINER   vector<_Tp, _Alloc>
 

Variables

_STLP_END_NAMESPACE _STLP_BEGIN_NAMESPACE typedef vector< bool, allocator< bool > > bit_vector
 

Macro Definition Documentation

◆ _STLP_TEMPLATE_CONTAINER

#define _STLP_TEMPLATE_CONTAINER   vector<_Tp, _Alloc>

Definition at line 748 of file _vector.h.

◆ _STLP_TEMPLATE_HEADER

#define _STLP_TEMPLATE_HEADER   template <class _Tp, class _Alloc>

Definition at line 747 of file _vector.h.

Variable Documentation

◆ bit_vector

Definition at line 744 of file _vector.h.

Referenced by BvectorTest::bvec1().