Lines Matching refs:decay_copy
2087 [section:decay_copy Non-member function `decay_copy()`]
2089 typename decay<T>::type decay_copy(T&& v)
2118 decay_copy(boost::forward<F>(f))()
2132 …decay_copy(boost::forward<F>(f))()` as if in a new thread of execution represented by a thread obj…
2134 …decay_copy(boost::forward<F>(f))` in the shared state. This copy of `f` constitute a deferred func…
2195 invoke (decay_copy (boost::forward<F>(f)), decay_copy (boost::forward<Args>(args))...)
2208 …- if `policy & launch::async` is non-zero - calls `invoke(decay_copy(forward<F>(f)), decay_copy (f…
2209 …as if in a new thread of execution represented by a thread object with the calls to `decay_copy()`…
2211 …ny exception propagated from the execution of `invoke(decay_copy(boost::forward<F>(f)), decay_copy…
2215 …- if `policy & launch::deferred` is non-zero - Stores `decay_copy(forward<F>(f))` and `decay_copy(…
2217 …xyz))` where `g` is the stored value of `decay_copy(forward<F>(f))` and `xyz` is the stored copy o…