|
RTC Toolkit 5.0.0
|
Various utilities for Life Cycle Extension. More...
#include <type_traits>Go to the source code of this file.
Classes | |
| struct | rtctk::componentFramework::is_base_of_template_impl< Base, Derived > |
Namespaces | |
| namespace | rtctk |
| namespace | rtctk::componentFramework |
Typedefs | |
| template<template< typename... > class Base, typename Derived > | |
| using | rtctk::componentFramework::is_base_of_template = typename is_base_of_template_impl<Base, Derived>::type |
Variables | |
| template<template< typename... > class Base, typename Derived > | |
| constexpr bool | rtctk::componentFramework::is_base_of_template_v = is_base_of_template<Base, Derived>::value |
Various utilities for Life Cycle Extension.