[#CZMQAbstractNotifier-Create] = xref:CZMQAbstractNotifier.adoc[CZMQAbstractNotifier]::Create :relfileprefix: ../ :mrdocs: Factory helper that constructs a notifier of the concrete type `T.` == Synopsis Declared in `<zmq/zmqabstractnotifier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> static std::unique_ptr<CZMQAbstractNotifier> Create(); ---- == Return Value A new notifier instance of type `T.` [.small]#Created with https://www.mrdocs.com[MrDocs]#