Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/
Dresume.pass.cpp50 constexpr bool has_call_operator() { in has_call_operator() function
65 static_assert(has_call_operator<HType&>(), ""); in do_test()
66 static_assert(has_call_operator<HType&&>(), ""); in do_test()
71 static_assert(!has_call_operator<HType const&>(), ""); in do_test()
72 static_assert(!has_call_operator<HType const&&>(), ""); in do_test()