Searched defs:notassignable (Results 1 – 1 of 1) sorted by relevance
937 struct notassignable { struct938 int &x;939 notassignable(int &x) : x(x) {} in notassignable() function