Searched refs:throws_invocable (Results 1 – 1 of 1) sorted by relevance
41 constexpr bool throws_invocable() { in throws_invocable() function61 static_assert(throws_invocable<decltype(&Dummy::foo), Dummy&>(), ""); in test_noexcept_function_pointers()62 static_assert(throws_invocable<decltype(&Dummy::bar)>(), ""); in test_noexcept_function_pointers()91 static_assert(throws_invocable<Fn, int, int>(), ""); in main()99 static_assert(throws_invocable<Fn2>(), ""); in main()