pips_topic_is_group()
Assert whether the given topic represents a group
Synopsis:
#include <pips/publication.h>bool pips_topic_is_group(pips_topic_t *const topic)Arguments:
- topic
- A pointer to the topic instance to assert as a group topic
Library:
pips-clientReturns:
A boolean value indicating whether the topic was created as a group topic.
Page updated:
