stl_construct.h File Reference

#include <bits/cpp_type_traits.h>
#include <new>

Go to the source code of this file.

Namespaces

namespace  std

Defines

#define _STL_CONSTRUCT_H   1

Functions

template<typename _T1, typename _T2>
void std::_Construct (_T1 *__p, const _T2 &__value)
template<typename _T1>
void std::_Construct (_T1 *__p)
template<typename _Tp>
void std::_Destroy (_Tp *__pointer)
template<typename _ForwardIterator>
void std::__destroy_aux (_ForwardIterator __first, _ForwardIterator __last, __false_type)
template<typename _ForwardIterator>
void std::__destroy_aux (_ForwardIterator, _ForwardIterator, __true_type)
template<typename _ForwardIterator>
void std::_Destroy (_ForwardIterator __first, _ForwardIterator __last)
template<typename _ForwardIterator, typename _Allocator>
void std::_Destroy (_ForwardIterator __first, _ForwardIterator __last, _Allocator __alloc)
template<typename _ForwardIterator, typename _Tp>
void std::_Destroy (_ForwardIterator __first, _ForwardIterator __last, allocator< _Tp >)


Detailed Description

This is an internal header file, included by other library headers. You should not attempt to use it directly.

Definition in file stl_construct.h.


Define Documentation

#define _STL_CONSTRUCT_H   1

Definition at line 62 of file stl_construct.h.


Generated on Tue Feb 2 16:57:27 2010 for GNU C++ STL by  doxygen 1.4.7