Searched defs:Cpp17StructuredBinding (Results 1 – 1 of 1) sorted by relevance
479 struct Cpp17StructuredBinding { struct480 int x, y;482 Cpp17StructuredBinding(int x, int y): x(x), y(y) { } in Cpp17StructuredBinding() function