Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のヘルパーが必要です。
is_duplicate< std::tuple<int, double, char, double, float > >::value
値は次のとおりです。
タプルを再帰的に繰り返してチェックを実行する方法がわかりません。この問題を解決するための戦略が存在することを知りません。
このヘルパーの作成方法を誰かに説明してもらえますか?