is_invocable.hpp File Reference
#include <boost/callable_traits/detail/core.hpp>
#include <boost/callable_traits/detail/is_invocable_impl.hpp>
Classes | |
struct | boost::callable_traits::is_invocable< T, Args > |
struct | boost::callable_traits::is_invocable_r< Ret, T, Args > |
Namespaces | |
boost | |
boost::callable_traits | |
Variables | |
template<typename T , typename... Args> | |
constexpr BOOST_CLBL_TRAITS_INLINE_VAR bool | boost::callable_traits::is_invocable_v |
template<typename Ret , typename T , typename... Args> | |
constexpr BOOST_CLBL_TRAITS_INLINE_VAR bool | boost::callable_traits::is_invocable_r_v |