#include <is-visitable.hpp>
Classes | |
struct | Visitor |
Static Public Member Functions | |
template<typename C > | |
static std::true_type | test (decltype(std::declval< C >().template accept(Visitor()))*) |
template<typename C > | |
static std::false_type | test (...) |
Static Public Attributes | |
static constexpr bool | value = std::is_same<decltype(test<T>(0)), std::true_type>::value |
|
static |
|
static |
|
static |