mc_rtc::internal::_has_static_fromConfiguration Struct Reference

#include <mc_rtc/Configuration.h>

Static Public Member Functions

template<typename T >
static std::true_type test (T *p)
 
template<typename T >
static std::false_type test (...)
 

Detailed Description

Helper trait to determine whether: static T T::fromConfiguration(const mc_rtc::Configuration &); is a valid function or not

Member Function Documentation

◆ 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: