Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/x3/support/traits/
Dpseudo_attribute.hpp22 struct pseudo_attribute struct
24 using attribute_type = Attribute;
25 using type = Attribute;
27 static type&& call(Iterator&, Iterator const&, attribute_type&& attr) in call()
/third_party/boost/boost/spirit/home/x3/directive/
Draw.hpp73 struct pseudo_attribute<Context, raw_attribute_type, Iterator> struct
75 using attribute_type = raw_attribute_type;
76 using type = boost::iterator_range<Iterator>;
78 static type call(Iterator& first, Iterator const& last, attribute_type) in call()