Defines a type alias for the function called to handle control messages. The prefix argument is the first space‐delimited word read from the message, and the stream argument is the bsl::istream containing the remainder of the message.

Synopsis

Declared in <balb_controlmanager.h>

typedef bsl::function<void(xref:bsl/string.adoc[bsl::string const&, std::istream&)>] ControlHandler;

Created with MrDocs