Searched defs:Unstacked (Results 1 – 1 of 1) sorted by relevance
76 struct Unstacked { struct78 explicit Unstacked(int sz) : size(sz) {} in Unstacked() function81 bool operator==(const Unstacked& other) const { return size == other.size; } argument