Macros
preprocessor/facilities/is_empty.hpp File Reference
#include <boost/preprocessor/config/config.hpp>
#include <boost/preprocessor/cat.hpp>
#include <boost/preprocessor/detail/split.hpp>
Include dependency graph for preprocessor/facilities/is_empty.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BOOST_PP_IS_EMPTY(x)   BOOST_PP_IS_EMPTY_I((BOOST_PP_IS_EMPTY_HELPER x ()))
 
#define BOOST_PP_IS_EMPTY_DEF_1   1, BOOST_PP_NIL
 
#define BOOST_PP_IS_EMPTY_DEF_BOOST_PP_IS_EMPTY_HELPER   0, BOOST_PP_NIL
 
#define BOOST_PP_IS_EMPTY_HELPER()   1
 
#define BOOST_PP_IS_EMPTY_I(par)   BOOST_PP_IS_EMPTY_II ## par
 
#define BOOST_PP_IS_EMPTY_II(test)   BOOST_PP_SPLIT(0, BOOST_PP_CAT(BOOST_PP_IS_EMPTY_DEF_, test))
 

Macro Definition Documentation

#define BOOST_PP_IS_EMPTY (   x)    BOOST_PP_IS_EMPTY_I((BOOST_PP_IS_EMPTY_HELPER x ()))

Definition at line 45 of file preprocessor/facilities/is_empty.hpp.

#define BOOST_PP_IS_EMPTY_DEF_1   1, BOOST_PP_NIL

Definition at line 50 of file preprocessor/facilities/is_empty.hpp.

#define BOOST_PP_IS_EMPTY_DEF_BOOST_PP_IS_EMPTY_HELPER   0, BOOST_PP_NIL

Definition at line 51 of file preprocessor/facilities/is_empty.hpp.

#define BOOST_PP_IS_EMPTY_HELPER ( )    1

Definition at line 49 of file preprocessor/facilities/is_empty.hpp.

#define BOOST_PP_IS_EMPTY_I (   par)    BOOST_PP_IS_EMPTY_II ## par

Definition at line 46 of file preprocessor/facilities/is_empty.hpp.

#define BOOST_PP_IS_EMPTY_II (   test)    BOOST_PP_SPLIT(0, BOOST_PP_CAT(BOOST_PP_IS_EMPTY_DEF_, test))

Definition at line 47 of file preprocessor/facilities/is_empty.hpp.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:27