Template Struct has_getSection
Defined in File plugin_loader.h
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())
-
template<typename U>