Struct matplotlibcpp::detail::is_callable

template<typename T>
struct is_callable

Public Types

typedef is_callable_impl<std::is_class<T>::value, T>::type type