Cyclone ISO C++ API Reference Guide
dds::topic::is_topic_type< T > Struct Template Reference

Support functionality to check if a given object type is a Topic. More...

#include "TopicTraits.hpp"

Public Types

enum  { value = 0 }
 

Detailed Description

template<typename T>
struct dds::topic::is_topic_type< T >

Support functionality to check if a given object type is a Topic.

// Foo::Bar type is considered a Topic
} else {
// Foo::Bar type is NOT considered a Topic
}

Definition at line 30 of file TopicTraits.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 73 of file TopicTraits.hpp.


The documentation for this struct was generated from the following file:
dds::topic::is_topic_type
Support functionality to check if a given object type is a Topic.
Definition: TopicTraits.hpp:30