Home
last modified time | relevance | path

Searched refs:has_resume (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/
Dresume.pass.cpp39 constexpr bool has_resume() { in has_resume() function
63 static_assert(has_resume<HType&>(), ""); in do_test()
64 static_assert(has_resume<HType&&>(), ""); in do_test()
69 static_assert(!has_resume<HType const&>(), ""); in do_test()
70 static_assert(!has_resume<HType const&&>(), ""); in do_test()