#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 >) | 
Definition in file stl_construct.h.
| #define _STL_CONSTRUCT_H 1 | 
Definition at line 62 of file stl_construct.h.
 1.4.7
 1.4.7