#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 | CPPBITSSTLCONSTRUCTH |
Functions | |
template<class T1, class T2> | |
void | std::Construct (T1 *__p, const T2 &value) |
template<class T1> | |
void | std::Construct (T1 *__p) |
template<class ForwardIterator> | |
void | std::__destroy_aux (ForwardIterator first, ForwardIterator last, __false_type) |
template<class ForwardIterator> | |
void | std::__destroy_aux (ForwardIterator, ForwardIterator, __true_type) |
template<class Type> | |
void | std::Destroy (Type *__pointer) |
template<class ForwardIterator> | |
void | std::Destroy (ForwardIterator first, ForwardIterator last) |
Definition in file stl_construct.h.