Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.hpp
File · 0.70
operator==
Function · 0.70
to_string
Function · 0.70
to_string_view
Function · 0.70
send
Method · 0.70
clone
Method · 0.70
operator==
Method · 0.70
serverLoop
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected