Electroneum
Loading...
Searching...
No Matches
net::zmq::close Struct Reference

Calls zmq_close. More...

#include <zmq.h>

Public Member Functions

void operator() (void *ptr) const noexcept

Detailed Description

Calls zmq_close.

Definition at line 88 of file zmq.h.

Member Function Documentation

◆ 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