RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
rtctk::componentFramework::IsAdapterIdTypeDefined< class, class > Struct Template Reference

Structure for detecting if a class declared a type called AdapterIdType using SFINAE. More...

#include <rtctk/componentFramework/typeTraits.hpp>

Inheritance diagram for rtctk::componentFramework::IsAdapterIdTypeDefined< class, class >:

Detailed Description

template<class, class = void>
struct rtctk::componentFramework::IsAdapterIdTypeDefined< class, class >

Structure for detecting if a class declared a type called AdapterIdType using SFINAE.

The AdapterIdType should be a type declaration of the parameter/variable used to distinguish between different implementations of a particular interface. For example, this type could be elt::mal::Uri to use URIs as the discriminator between different implementation backends.


The documentation for this struct was generated from the following file: