MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / proxy

Function proxy

3rdparty/cppzmq/zmq.hpp:2275–2280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2273
2274ZMQ_DEPRECATED("from 4.3.1, use proxy taking socket_t objects")
2275inline void proxy(void *frontend, void *backend, void *capture)
2276{
2277 int rc = zmq_proxy(frontend, backend, capture);
2278 if (rc != 0)
2279 throw error_t();
2280}
2281
2282inline void
2283proxy(socket_ref frontend, socket_ref backend, socket_ref capture = socket_ref())

Callers

nothing calls this directly

Calls 2

error_tClass · 0.85
socket_refClass · 0.85

Tested by

no test coverage detected