Home
last modified time | relevance | path

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

/third_party/boost/boost/preprocessor/facilities/
Dis_empty_variadic.hpp24 #define BOOST_PP_IS_EMPTY(param) \ macro
42 #define BOOST_PP_IS_EMPTY(...) \ macro
63 #define BOOST_PP_IS_EMPTY(...) \ macro
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