libstdc++
memory File Reference

Go to the source code of this file.

Classes

class  __gnu_cxx::_Temporary_buffer< _ForwardIterator, _Tp >
 
struct  __gnu_cxx::temporary_buffer< _ForwardIterator, _Tp >
 

Namespaces

namespace  __gnu_cxx
 

Macros

#define _EXT_MEMORY
 

Functions

template<typename _InputIter, typename _Size, typename _ForwardIter>
std::pair< _InputIter, _ForwardIter > __gnu_cxx::__uninitialized_copy_n (_InputIter __first, _Size __count, _ForwardIter __result)
 
template<typename _InputIter, typename _Size, typename _ForwardIter>
std::pair< _InputIter, _ForwardIter > __gnu_cxx::__uninitialized_copy_n (_InputIter __first, _Size __count, _ForwardIter __result, std::input_iterator_tag)
 
template<typename _RandomAccessIter, typename _Size, typename _ForwardIter>
std::pair< _RandomAccessIter, _ForwardIter > __gnu_cxx::__uninitialized_copy_n (_RandomAccessIter __first, _Size __count, _ForwardIter __result, std::random_access_iterator_tag)
 
template<typename _InputIter, typename _Size, typename _ForwardIter, typename _Allocator>
std::pair< _InputIter, _ForwardIter > __gnu_cxx::__uninitialized_copy_n_a (_InputIter __first, _Size __count, _ForwardIter __result, _Allocator __alloc)
 
template<typename _InputIter, typename _Size, typename _ForwardIter, typename _Tp>
std::pair< _InputIter, _ForwardIter > __gnu_cxx::__uninitialized_copy_n_a (_InputIter __first, _Size __count, _ForwardIter __result, std::allocator< _Tp >)
 
template<typename _InputIter, typename _Size, typename _ForwardIter>
std::pair< _InputIter, _ForwardIter > __gnu_cxx::uninitialized_copy_n (_InputIter __first, _Size __count, _ForwardIter __result)
 

Detailed Description

This file is a GNU extension to the Standard C++ Library (possibly containing extensions from the HP/SGI STL subset).

Definition in file ext/memory.

Macro Definition Documentation

◆ _EXT_MEMORY

#define _EXT_MEMORY

Definition at line 57 of file ext/memory.