stl_construct.h File Reference
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.#include <bits/type_traits.h>
#include <new>
Include dependency graph for stl_construct.h:
Go to the source code of this file.
Namespaces
Defines
Functions
-
template<typename ForwardIterator> void __destroy_aux (ForwardIterator, ForwardIterator, __true_type)
-
template<typename ForwardIterator> void __destroy_aux (ForwardIterator first, ForwardIterator last, __false_type)
-
template<typename T1> void Construct (T1 *__p)
-
template<typename T1, typename T2> void Construct (T1 *__p, const T2 &value)
-
template<typename ForwardIterator, typename Allocator, typename Type> void Destroy (ForwardIterator first, ForwardIterator last, allocator< Type >)
-
template<typename ForwardIterator, typename Allocator> void Destroy (ForwardIterator first, ForwardIterator last, Allocator alloc)
-
template<typename ForwardIterator> void Destroy (ForwardIterator first, ForwardIterator last)
-
template<typename Type> void Destroy (Type *__pointer)
Generated on Sun Sep 12 15:50:04 2004 for libstdc++ source by
1.3.8