Searched refs:attribute_end (Results 1 – 2 of 2) sorted by relevance
127 attribute_iterator attribute_end() const;
234 auto Operator::attribute_end() const -> attribute_iterator { in attribute_end() function in Operator239 return {attribute_begin(), attribute_end()}; in getAttributes()