#include <mc_rtc/Configuration.h>
|
template<typename T > |
static std::true_type | test (T *p) |
|
template<typename T > |
static std::false_type | test (...) |
|
Helper trait to determine whether: static T T::fromConfiguration(const mc_rtc::Configuration &); is a valid function or not
◆ test() [1/2]
template<typename T >
static std::false_type mc_rtc::internal::_has_static_fromConfiguration::test |
( |
|
... | ) |
|
|
static |
◆ test() [2/2]
template<typename T >
static std::true_type mc_rtc::internal::_has_static_fromConfiguration::test |
( |
T * |
p | ) |
|
|
static |
The documentation for this struct was generated from the following file: