Searched defs:PrivateConstructor (Results 1 – 1 of 1) sorted by relevance
15 struct PrivateConstructor { struct17 PrivateConstructor static make ( int v ) { return PrivateConstructor(v); } in make() argument20 PrivateConstructor ( int v ) : val(v) {} in PrivateConstructor() function24 bool operator < ( const PrivateConstructor &lhs, const PrivateConstructor &rhs ) { return lhs.get()… in operator <() argument