#include <mc_rtc/gui/Form.h>
|
| template<typename T > |
| static auto | test (T *) -> typename T::is_form_element_t |
| |
| template<typename T > |
| static std::false_type | test (...) |
| |
Type-trait to detect a FormElement
◆ test() [1/2]
template<typename T >
| static std::false_type mc_rtc::gui::details::is_form_element::test |
( |
|
... | ) |
|
|
static |
◆ test() [2/2]
template<typename T >
| static auto mc_rtc::gui::details::is_form_element::test |
( |
T * |
| ) |
-> typename T::is_form_element_t |
|
static |
The documentation for this struct was generated from the following file: