Searched defs:notassignable (Results 1 – 1 of 1) sorted by relevance
736 struct notassignable { struct737 int &x;738 notassignable(int &x) : x(x) {} in notassignable() argument