Home
last modified time | relevance | path

Searched defs:incrementable3 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/poly_collection/test/
Dany_types.hpp37 struct incrementable3 struct
39 incrementable3():n{-1}{} in incrementable3() function
40 incrementable3(int n):n{(double)n}{} in incrementable3() function
41 incrementable3& operator++(){++n;return *this;} in operator ++()
42 double n;