libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
features.h File Reference
#include <libcopp/utils/config/libcopp_build_features.h>
#include "errno.h"
Include dependency graph for features.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LIBCOPP_MACRO_CPP_STD   199711L
 
#define COPP_MACRO_RV_REF   &&
 
#define COPP_MACRO_STD_MOVE(x)   std::move(x)
 
#define COPP_MACRO_STD_FORWARD(t, x)   std::forward<t>(x)
 

Macro Definition Documentation

◆ COPP_MACRO_RV_REF

#define COPP_MACRO_RV_REF   &&

Definition at line 92 of file features.h.

◆ COPP_MACRO_STD_FORWARD

#define COPP_MACRO_STD_FORWARD (   t,
 
)    std::forward<t>(x)

Definition at line 102 of file features.h.

◆ COPP_MACRO_STD_MOVE

#define COPP_MACRO_STD_MOVE (   x)    std::move(x)

Definition at line 97 of file features.h.

◆ LIBCOPP_MACRO_CPP_STD

#define LIBCOPP_MACRO_CPP_STD   199711L

Definition at line 80 of file features.h.