Searched defs:__policy_wrapper (Results 1 – 1 of 1) sorted by relevance
49 struct __policy_wrapper { struct50 _Pol __pol_;52 /*implicit*/ __policy_wrapper(_Pol __pol) in __policy_wrapper() function56 const _Pol& __get() const noexcept { in __get()62 struct __policy_wrapper<sequenced_policy> { struct63 /*implicit*/ __policy_wrapper(const sequenced_policy&) { in __policy_wrapper() argument66 const sequenced_policy& __get() const noexcept { in __get()72 struct __policy_wrapper<parallel_policy> { struct73 /*implicit*/ __policy_wrapper(const parallel_policy&) { in __policy_wrapper() function76 const parallel_policy& __get() const noexcept { in __get()[all …]