Searched defs:has_promise_type (Results 1 – 1 of 1) sorted by relevance
17 constexpr bool has_promise_type(int) { return true; } in has_promise_type() function19 constexpr bool has_promise_type(long) { return false; } in has_promise_type() function21 constexpr bool has_promise_type() { return has_promise_type<T>(0); } in has_promise_type() function