Home
last modified time | relevance | path

Searched defs:BOOST_PP_IS_EMPTY (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/facilities/
H A Dis_empty.hpp35 # define BOOST_PP_IS_EMPTY(x) BOOST_PP_IS_EMPTY_I(x BOOST_PP_IS_EMPTY_HELPER) macro
41 # define BOOST_PP_IS_EMPTY(x) BOOST_PP_IS_EMPTY_I(BOOST_PP_IS_EMPTY_HELPER x ()) macro
45 # define BOOST_PP_IS_EMPTY(x) BOOST_PP_IS_EMPTY_I((BOOST_PP_IS_EMPTY_HELPER x ())) macro
H A Dis_empty_variadic.hpp24 #define BOOST_PP_IS_EMPTY(param) \ macro
40 #define BOOST_PP_IS_EMPTY(...) \ macro