BloombergLP::bslmt::TimedCompletionGuard::Handler

Alias for a pointer to a handler taking a null-terminated string.

Synopsis

Declared in <bslmt_timedcompletionguard.h>

typedef void(* Handler)(char const*);

Description

Handler is an alias for a pointer to a function returning void, and taking, as a parameter, a null-terminated string, which is the structure of the handler function supported by this class -- e.g., ` void myHandler(const char *text); `