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

Function get_option

3rdparty/cppzmq/zmq.hpp:2093–2098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2091 }
2092
2093 void get_option(int option_, void *optval_, size_t *optvallen_) const
2094 {
2095 int rc = zmq_getsockopt(_handle, option_, optval_, optvallen_);
2096 if (rc != 0)
2097 throw error_t();
2098 }
2099};
2100} // namespace detail
2101

Callers 1

getFunction · 0.85

Calls 1

error_tClass · 0.85

Tested by

no test coverage detected