物件
<tuple>

std::ignore

const /* see below */ ignore;
忽略賦值
此物件會忽略賦給它的任何值。

它的設計目的是用作 tie 的引數,以指示 tuple 中的特定元素應被忽略。

它的型別是未指定的,但應能夠支援賦給任何其他型別的值(並忽略它)。

另見