#include <boost/config.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_MOVE_DOC0PTR(TYPE) TYPE |
#define | BOOST_MOVE_DOC1ST(TYPE1, TYPE2) TYPE2 |
#define | BOOST_MOVE_DOCIGN(T1) T1 |
#define | BOOST_MOVE_I , |
#define | BOOST_MOVE_IMPDEF(TYPE) TYPE |
#define | BOOST_MOVE_PERFECT_FORWARDING |
#define | BOOST_MOVE_SEEDOC(TYPE) TYPE |
#define BOOST_MOVE_DOC0PTR | ( | TYPE | ) | TYPE |
Definition at line 29 of file move/detail/workaround.hpp.
#define BOOST_MOVE_DOC1ST | ( | TYPE1, | |
TYPE2 | |||
) | TYPE2 |
Definition at line 30 of file move/detail/workaround.hpp.
#define BOOST_MOVE_DOCIGN | ( | T1 | ) | T1 |
Definition at line 32 of file move/detail/workaround.hpp.
#define BOOST_MOVE_I , |
Definition at line 31 of file move/detail/workaround.hpp.
#define BOOST_MOVE_IMPDEF | ( | TYPE | ) | TYPE |
Definition at line 27 of file move/detail/workaround.hpp.
#define BOOST_MOVE_PERFECT_FORWARDING |
Definition at line 23 of file move/detail/workaround.hpp.
#define BOOST_MOVE_SEEDOC | ( | TYPE | ) | TYPE |
Definition at line 28 of file move/detail/workaround.hpp.