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

Function connected

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

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected