Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_nothrow_invocable.pass.cpp46 constexpr bool throws_invocable() { in throws_invocable() function
171 static_assert(throws_invocable<Fn, int, int>(), ""); in main()
179 static_assert(throws_invocable<Fn2>(), ""); in main()