Searched defs:Qualifiers (Results 1 – 1 of 1) sorted by relevance
814 struct Qualifiers { struct815 bool is_const = false;816 bool is_restricted = false;817 bool is_volatile = false;819 bool operator==(const Qualifiers &other) const { in operator ==()825 bool operator!=(const Qualifiers &other) const { return !(*this == other); } in operator !=()