We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83a275 commit 28bf2e8Copy full SHA for 28bf2e8
execution_policies.html
@@ -138,6 +138,7 @@ <h1>Dynamic execution policy</h1>
138
template<class T> execution_policy& operator=(const T& exec);
139
140
<cxx-ref insynopsis="" to="parallel.execpol.access"></cxx-ref>
141
+ <ins>const type_info& type() const noexcept;</ins>
142
template<class T> T* get() noexcept;
143
template<class T> const T* get() const noexcept;
144
};
0 commit comments