launch Enumeration
Represents a bitmask type that describes the possible modes for the template function async.
enum class launch{
async,
deferred,
any = async | deferred
};
Requirements
Header: future
Namespace: std::launch
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Represents a bitmask type that describes the possible modes for the template function async.
enum class launch{
async,
deferred,
any = async | deferred
};
Header: future
Namespace: std::launch