std::ignore with structured bindings?

The structured bindings proposal contains a dedicated section answering your question (P0144R2): 3.8 Should there be a way to explicitly ignore components? The motivation would be to silence compiler warnings about unused names. We think the answer should be “not yet.” This is not motivated by use cases (silencing compiler warnings is a motivation, but … Read more