Class Participants::Exclude

Nested Relationships

This class is a nested type of Class Query::Participants.

Class Documentation

class Exclude

The interface for the Participants::Exclude mode.

Public Functions

Exclude(std::vector<ParticipantId> ids)

Constructor.

const std::vector<ParticipantId> &get_ids() const

Get the IDs of the participants that should be excluded.

Exclude &set_ids(std::vector<ParticipantId> ids)

Set the IDs of the participants that should be excluded.