Radix Relay
Hybrid mesh communications with Signal Protocol encryption
Loading...
Searching...
No Matches
radix_relay::core::events::Command Concept Reference

Concept for user command event types. More...

#include <events.hpp>

Concept definition

template<typename T>
std::same_as<T, help> or std::same_as<T, peers> or std::same_as<T, status> or std::same_as<T, sessions>
or std::same_as<T, identities> or std::same_as<T, scan> or std::same_as<T, version> or std::same_as<T, mode>
or std::same_as<T, send> or std::same_as<T, broadcast> or std::same_as<T, connect> or std::same_as<T, disconnect>
or std::same_as<T, publish_identity> or std::same_as<T, unpublish_identity> or std::same_as<T, trust>
or std::same_as<T, verify> or std::same_as<T, subscribe> or std::same_as<T, subscribe_identities>
or std::same_as<T, subscribe_messages> or std::same_as<T, establish_session> or std::same_as<T, chat>
or std::same_as<T, leave>
Concept for user command event types.
Definition events.hpp:308

Detailed Description

Concept for user command event types.

Definition at line 308 of file events.hpp.