Searched defs:ConstIntProxy (Results 1 – 1 of 1) sorted by relevance
68 struct ConstIntProxy { struct69 const int &I;70 ConstIntProxy(const int &I) : I(I) {} in ConstIntProxy() argument