Searched defs:ConstIntProxy (Results 1 – 1 of 1) sorted by relevance
65 struct ConstIntProxy { struct66 const int &I;67 ConstIntProxy(const int &I) : I(I) {} in ConstIntProxy() function