GNU g++  v5.2.1
GNU Standard C++
stl_algobase.h File Reference

This is an internal header file, included by other library headers. More...

#include <bits/c++config.h>
#include <bits/functexcept.h>
#include <bits/cpp_type_traits.h>
#include <ext/type_traits.h>
#include <ext/numeric_traits.h>
#include <bits/stl_pair.h>
#include <bits/stl_iterator_base_types.h>
#include <bits/stl_iterator_base_funcs.h>
#include <bits/stl_iterator.h>
#include <bits/concept_check.h>
#include <debug/debug.h>
#include <bits/move.h>
#include <bits/predefined_ops.h>
Include dependency graph for stl_algobase.h:
This graph shows which files directly or indirectly include this file:

Macros

#define _GLIBCXX_MOVE3(_Tp, _Up, _Vp)   std::copy(_Tp, _Up, _Vp)
 
#define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp)   std::copy_backward(_Tp, _Up, _Vp)
 

Functions

namespace std _GLIBCXX_VISIBILITY (default)
 

Detailed Description

This is an internal header file, included by other library headers.

Do not attempt to use it directly. {algorithm}

Macro Definition Documentation

#define _GLIBCXX_MOVE3 (   _Tp,
  _Up,
  _Vp 
)    std::copy(_Tp, _Up, _Vp)

Referenced by _GLIBCXX_VISIBILITY().

#define _GLIBCXX_MOVE_BACKWARD3 (   _Tp,
  _Up,
  _Vp 
)    std::copy_backward(_Tp, _Up, _Vp)

Referenced by _GLIBCXX_VISIBILITY().