Searched refs:Addable (Results 1 – 1 of 1) sorted by relevance
102 struct Addable { struct103 Addable operator+(const Addable&) const;106 void test_add(Addable &a) { in test_add()