pips_topic_is_group()

Updated: April 19, 2023

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-client

Returns:

A boolean value indicating whether the topic was created as a group topic.