Factory helper that constructs a notifier of the concrete type T.
Synopsis
Declared in <zmq/zmqabstractnotifier.h>
template<typename T>
static
std::unique_ptr<CZMQAbstractNotifier>
Create();
Return Value
A new notifier instance of type T.
Created with MrDocs