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