Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ set
Function
set
3rdparty/cppzmq/zmq.hpp:848–853 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
846
847
#ifdef ZMQ_CPP11
848
void set(ctxopt option, int optval)
849
{
850
int rc = zmq_ctx_set(ptr, static_cast<int>(option), optval);
851
if (rc == -1)
852
throw error_t();
853
}
854
855
ZMQ_NODISCARD int get(ctxopt option)
856
{
Callers
nothing calls this directly
Calls
3
error_t
Class · 0.85
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected