Home
last modified time | relevance | path

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

/third_party/boost/boost/preprocessor/logical/
Dnor.hpp24 # define BOOST_PP_NOR(p, q) BOOST_PP_BITNOR(BOOST_PP_BOOL(p), BOOST_PP_BOOL(q)) macro
26 # define BOOST_PP_NOR(p, q) BOOST_PP_NOR_I(p, q) macro