| 1919 | |
| 1920 | ZMQ_DEPRECATED("from 4.7.1, use handle() != nullptr or operator bool") |
| 1921 | bool connected() const ZMQ_NOTHROW { return (_handle != ZMQ_NULLPTR); } |
| 1922 | |
| 1923 | ZMQ_CPP11_DEPRECATED("from 4.3.1, use send taking a const_buffer and send_flags") |
| 1924 | size_t send(const void *buf_, size_t len_, int flags_ = 0) |
nothing calls this directly
no outgoing calls
no test coverage detected