#include <matplotlibcpp.h>
Classes | |
struct | Check |
struct | Derived |
struct | Fallback |
Public Types | |
typedef decltype(test< Derived >(nullptr)) | type |
typedef decltype(&Fallback::operator()) | dtype |
Static Public Member Functions | |
template<typename U> | |
static std::true_type | test (...) |
template<typename U> | |
static std::false_type | test (Check< void(Fallback::*)(), &U::operator()> *) |
Static Public Attributes | |
static constexpr bool | value = type::value |
typedef decltype(&Fallback::operator()) matplotlibcpp::detail::is_callable_impl< true, T >::dtype |
typedef decltype(test<Derived>(nullptr)) matplotlibcpp::detail::is_callable_impl< true, T >::type |
|
static |
|
static |
|
staticconstexpr |