Home
last modified time | relevance | path

Searched refs:recv_result_t (Results 1 – 3 of 3) sorted by relevance

/dports/net/cppzmq/cppzmq-4.8.1/examples/
H A Dpubsub_multithread_inproc.cpp40 zmq::recv_result_t result = in SubscriberThread1()
61 zmq::recv_result_t result = in SubscriberThread2()
/dports/net/cppzmq/cppzmq-4.8.1/
H A Dzmq_addon.hpp46 recv_result_t
118 ZMQ_NODISCARD recv_result_t recv_multipart(socket_ref s, in recv_multipart()
140 ZMQ_NODISCARD recv_result_t recv_multipart_n(socket_ref s, in recv_multipart_n()
H A Dzmq.hpp928 using recv_result_t = std::optional<size_t>; typedef
991 using recv_result_t = detail::trivial_optional<size_t>; typedef
1971 recv_result_t recv(message_t &msg, recv_flags flags = recv_flags::none) in recv()