STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
move.h File Reference
#include <bits/c++config.h>
#include <bits/concept_check.h>

Go to the source code of this file.

Macros

#define _GLIBCXX_MOVE(__val)   (__val)
 
#define _GLIBCXX_FORWARD(_Tp, __val)   (__val)
 

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. {utility}

Macro Definition Documentation

#define _GLIBCXX_FORWARD (   _Tp,
  __val 
)    (__val)
#define _GLIBCXX_MOVE (   __val)    (__val)