Calls zmq_close.
More...
#include <zmq.h>
Calls zmq_close.
Definition at line 88 of file zmq.h.
◆ operator()()
| void net::zmq::close::operator() |
( |
void * | ptr | ) |
const |
|
inlinenoexcept |
Definition at line 90 of file zmq.h.
91 {
92 if (ptr)
93 zmq_close(ptr);
94 }
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/net/zmq.h