Searched refs:has_resume (Results 1 – 1 of 1) sorted by relevance
39 constexpr bool has_resume() { in has_resume() function63 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()