Searched defs:pseudo_attribute (Results 1 – 2 of 2) sorted by relevance
22 struct pseudo_attribute struct24 using attribute_type = Attribute;25 using type = Attribute;27 static type&& call(Iterator&, Iterator const&, attribute_type&& attr) in call()
73 struct pseudo_attribute<Context, raw_attribute_type, Iterator> struct75 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()