Electroneum
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: