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.
C++ の ppl ライブラリにConcurrency::max(vec)、vec が数値のベクトルであるようなことを実行できる単純な関数はありますか? 私は自分で書くことができますが、自分の仕事を節約できることを望んでいました.
Concurrency::max(vec)
編集:申し訳ありませんが、おそらく十分に明確ではありませんでした。並列化を利用するには max 関数が必要です。