Searched defs:incrementable3 (Results 1 – 1 of 1) sorted by relevance
37 struct incrementable3 struct39 incrementable3():n{-1}{} in incrementable3() function40 incrementable3(int n):n{(double)n}{} in incrementable3() function41 incrementable3& operator++(){++n;return *this;} in operator ++()42 double n;