問題タブ [std-span]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
41 問題
0
投票する
4
に答える
123
参照
c++ - std::span を使用したジェネリック関数がコンパイルされない
isIn
を取る関数を作りたかったのstd::span
です。
これは私の試みです:
ご覧のとおり、次のキャストを行うことで回避できます。
しかし、それは非常に冗長であり、次のようなことをしたいと思います:
達成できる方法はありますか?