Home
last modified time | relevance | path

Searched refs:BOOST_PROTO_MAX_LOGICAL_ARITY (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/proto/detail/
Dand_n.hpp24 …(3, (2, BOOST_PP_MAX(BOOST_PROTO_MAX_ARITY, BOOST_PROTO_MAX_LOGICAL_ARITY), <boost/proto/detail/an…
56 #if N <= BOOST_PROTO_MAX_LOGICAL_ARITY
Dmatches_.hpp38 …(3, (2, BOOST_PP_MAX(BOOST_PROTO_MAX_ARITY, BOOST_PROTO_MAX_LOGICAL_ARITY), <boost/proto/detail/ma…
52 #if N <= BOOST_PROTO_MAX_LOGICAL_ARITY
Dor_n.hpp24 (3, (2, BOOST_PROTO_MAX_LOGICAL_ARITY, <boost/proto/detail/or_n.hpp>))
/third_party/boost/boost/proto/
Dproto_fwd.hpp34 #ifndef BOOST_PROTO_MAX_LOGICAL_ARITY
35 # define BOOST_PROTO_MAX_LOGICAL_ARITY 10 macro
52 … 10 < BOOST_PROTO_MAX_LOGICAL_ARITY || \
397 template<BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(BOOST_PROTO_MAX_LOGICAL_ARITY, typename G, void)>
400 template<BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(BOOST_PROTO_MAX_LOGICAL_ARITY, typename G, void)>
Dmatches.hpp51 #define BOOST_PROTO_LOGICAL_typename_G BOOST_PP_ENUM_PARAMS(BOOST_PROTO_MAX_LOGICAL_ARITY, typenam…
52 #define BOOST_PROTO_LOGICAL_G BOOST_PP_ENUM_PARAMS(BOOST_PROTO_MAX_LOGICAL_ARITY, G)
/third_party/boost/libs/proto/doc/
Dproto.qbk199 [^[macroref BOOST_PROTO_MAX_LOGICAL_ARITY]]]
Dintermediate_form.qbk873 …pt up to a certain number of sub-grammars, controlled by the `BOOST_PROTO_MAX_LOGICAL_ARITY` macro…