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

Function data

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

Source from the content-addressed store, hash-verified

594 void *data() ZMQ_NOTHROW { return zmq_msg_data(&msg); }
595
596 const void *data() const ZMQ_NOTHROW
597 {
598 return zmq_msg_data(const_cast<zmq_msg_t *>(&msg));
599 }
600
601 size_t size() const ZMQ_NOTHROW
602 {

Callers 6

message_tFunction · 0.70
rebuildFunction · 0.70
zmq.hppFile · 0.70
operator==Function · 0.70
to_stringFunction · 0.70
to_string_viewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected