28 #ifndef BSL_IS_INVOCABLE_R_HPP 29 #define BSL_IS_INVOCABLE_R_HPP 31 #include "details/invoke_traits.hpp" 50 template<
typename R,
typename FUNC,
typename... TN>
53 details::invoke_traits<void, FUNC, TN...>::template m_is_invocable_r<R>>
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition: integral_constant.hpp:45
If the provided args form a callable, and is convertible to "R", provides the member constant value e...
Definition: is_invocable_r.hpp:51