Home
last modified time | relevance | path

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

/third_party/boost/libs/proto/test/
Dconstrained_ops.cpp73 BOOST_PROTO_BASIC_EXTENDS( in BOOST_PROTO_BASIC_EXTENDS() function
Dmem_ptr.cpp59 BOOST_PROTO_BASIC_EXTENDS(my_terminal_base, my_terminal, proto::default_domain) in BOOST_PROTO_BASIC_EXTENDS() function
/third_party/boost/libs/proto/example/
Dmap_assign.cpp99 BOOST_PROTO_BASIC_EXTENDS(Expr, map_list_of_expr, map_list_of_dom) in BOOST_PROTO_BASIC_EXTENDS() function
/third_party/boost/boost/proto/
Dextends.hpp214 … #define BOOST_PROTO_BASIC_EXTENDS(Expr, Derived, Domain) \ macro