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

Function size

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

Source from the content-addressed store, hash-verified

599 }
600
601 size_t size() const ZMQ_NOTHROW
602 {
603 return zmq_msg_size(const_cast<zmq_msg_t *>(&msg));
604 }
605
606 ZMQ_NODISCARD bool empty() const ZMQ_NOTHROW { return size() == 0u; }
607

Callers 8

zmq.hppFile · 0.70
operator==Function · 0.70
to_stringFunction · 0.70
to_string_viewFunction · 0.70
sendMethod · 0.70
cloneMethod · 0.70
operator==Method · 0.70
serverLoopMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected