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