Home
last modified time | relevance | path

Searched refs:BOOST_PP_VARIADIC_ELEM (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/variadic/
Delem.hpp23 # define BOOST_PP_VARIADIC_ELEM(n, ...) BOOST_PP_VARIADIC_ELEM_I(n,__VA_ARGS__) macro
26 # define BOOST_PP_VARIADIC_ELEM(n, ...) BOOST_PP_CAT(BOOST_PP_VARIADIC_ELEM_, n)(__VA_ARGS__… macro
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/tuple/
Delem.hpp32 # define BOOST_PP_TUPLE_ELEM_O_2(n, tuple) BOOST_PP_VARIADIC_ELEM(n, BOOST_PP_REM tuple)