![]() |
Qt 6.x
The Qt SDK
|
Namespaces | |
namespace | _detail |
Functions | |
template<typename R , typename F , typename... Args> | |
constexpr std::enable_if_t< std::is_invocable_r_v< R, F, Args... >, R > | invoke_r (F &&f, Args &&... args) noexcept(std::is_nothrow_invocable_r_v< R, F, Args... >) |
template<class T , class U > | |
constexpr auto | forward_like (U &&x) noexcept -> _detail::forward_like_ret_t< T, U > |
|
constexprnoexcept |
Definition at line 64 of file q23utility.h.