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>
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) |
This is an internal header file, included by other library headers.
Do not attempt to use it directly. {algorithm}
#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().