stl_construct.h File Reference

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

Include dependency graph for stl_construct.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  std

Defines

#define STLCONSTRUCTH

Functions

template<typename T1, typename T2>
void std::Construct (T1 *__p, const T2 &value)
template<typename T1>
void std::Construct (T1 *__p)
template<typename Type>
void std::Destroy (Type *__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)


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.


Generated on Mon Mar 6 19:53:07 2006 for libstdc++-v3 Source by  doxygen 1.4.4