Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ context_t
Function
context_t
3rdparty/cppzmq/zmq.hpp:803–808 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
801
{
802
public:
803
context_t()
804
{
805
ptr = zmq_ctx_new();
806
if (ptr == ZMQ_NULLPTR)
807
throw error_t();
808
}
809
810
811
explicit context_t(int io_threads_, int max_sockets_ = ZMQ_MAX_SOCKETS_DFLT)
Callers
nothing calls this directly
Calls
1
error_t
Class · 0.85
Tested by
no test coverage detected