~context() NOEXCEPT
Closes the 0mq context.
Definition: context.hpp:96
context & operator=(context &&source) NOEXCEPT
Move supporting operator.
Definition: context.hpp:124
void * _context
Definition: context.hpp:184
context(context const &) ZMQPP_EXPLICITLY_DELETED
context(context &&source) NOEXCEPT
Move supporting constructor.
Definition: context.hpp:111
context()
Initialise the 0mq context.
Definition: context.hpp:72
context & operator=(context const &) NOEXCEPT ZMQPP_EXPLICITLY_DELETED
The context class represents internal zmq context and io threads.
Definition: context.hpp:47