catsfoot::is_callable< T(U...)> Struct Template Reference

Tells whether T is callable with (U...) More...

#include <is_callable.hh>

List of all members.

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

Detailed Description

template<typename T, typename... U>
struct catsfoot::is_callable< T(U...)>

Tells whether T is callable with (U...)


The documentation for this struct was generated from the following file: