Searched defs:notassignable (Results 1 – 1 of 1) sorted by relevance
476 struct notassignable { struct477 int &x;478 notassignable(int &x) : x(x) {} in notassignable() function