RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
rtctk::componentFramework::IsAdapterIdTypeDefined< T, std::void_t< decltype(std::declval< typename T::AdapterIdType >())> > 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< T, std::void_t< decltype(std::declval< typename T::AdapterIdType >())> >:

Detailed Description

template<class T>
struct rtctk::componentFramework::IsAdapterIdTypeDefined< T, std::void_t< decltype(std::declval< typename T::AdapterIdType >())> >

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


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