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

Method remove

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

Source from the content-addressed store, hash-verified

2694 void add(fd_t fd, event_flags events) { add_impl(fd, events, nullptr); }
2695
2696 void remove(zmq::socket_ref socket)
2697 {
2698 if (0 != zmq_poller_remove(poller_ptr.get(), socket.handle())) {
2699 throw error_t();
2700 }
2701 }
2702
2703 void remove(fd_t fd)
2704 {

Callers 1

enableDarkModeMethod · 0.45

Calls 2

error_tClass · 0.85
getMethod · 0.45

Tested by

no test coverage detected