Electroneum
net::zmq::terminate Class Reference

Calls zmq_term More...

#include <zmq.h>

Public Member Functions

void operator() (void *ptr) const noexcept
 

Detailed Description

Calls zmq_term

Definition at line 76 of file zmq.h.

Member Function Documentation

◆ operator()()

void net::zmq::terminate::operator() ( void *  ptr) const
inlinenoexcept

Definition at line 80 of file zmq.h.

81  {
82  if (ptr)
83  call(ptr);
84  }

The documentation for this class was generated from the following files: