問題タブ [generate]
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.
c++ - generate を使用してテンプレート クラス c++ のリストを埋める
リストを持つテンプレート クラスがあるプロジェクトに取り組んでいます。私が含めたこの関数は、リストを乱数で埋めるためのものです。しかし、実行するたびに、「term は 0 の引数を取る関数に評価されません」と表示され、Generate で値を返す関数を使用できないことがわかりました。
Generator と Random をファンクターにするにはどうすればよいですか? それなしでこれを行う方法はありますか?