Tells whether T is callable with (U...) More...
#include <is_callable.hh>
Public Types | |
typedef std::conditional < super::value, details::callable_real_map< T(U...)> , details::callable_bad_map< T(U...)> >::type::result_type | result_type |
Public Member Functions | |
typedef | decltype (details::is_callable_helper(details::try_first(), std::declval< T >(), std::declval< U >()...)) super |
Tells whether T is callable with (U...)