libstdc++
|
Go to the source code of this file.
Classes | |
class | std::allocator< _Tp > |
Namespaces | |
namespace | std |
Functions | |
template<typename _T1 , typename _T2 > | |
void | std::_Construct (_T1 *__p, const _T2 &__value) |
template<typename _Tp > | |
void | std::_Destroy (_Tp *__pointer) |
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 > &) |
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.