Template Struct has_getSection

Struct Documentation

template<typename T>
struct has_getSection

Used to test for getSection method for getAvailablePlugins.

Public Static Functions

template<typename U>
static inline constexpr decltype(std::declval<U>().getSection(), bool()) test_getSection(int)
template<typename U>
static inline constexpr bool test_getSection(...)

Public Static Attributes

static constexpr bool value = test_getSection<T>(int())