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

Function set_group

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

Source from the content-addressed store, hash-verified

665 }
666
667 void set_group(const char *group)
668 {
669 int rc = zmq_msg_set_group(&msg, group);
670 if (rc != 0)
671 throw error_t();
672 }
673#endif
674
675 // interpret message content as a string

Callers

nothing calls this directly

Calls 1

error_tClass · 0.85

Tested by

no test coverage detected