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

Class from_handle_t

3rdparty/cppzmq/zmq.hpp:2102–2108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2100} // namespace detail
2101
2102struct from_handle_t
2103{
2104 struct _private
2105 {
2106 }; // disabling use other than with from_handle
2107 ZMQ_CONSTEXPR_FN ZMQ_EXPLICIT from_handle_t(_private /*p*/) ZMQ_NOTHROW {}
2108};
2109
2110ZMQ_CONSTEXPR_VAR from_handle_t from_handle =
2111 from_handle_t(from_handle_t::_private());

Callers 1

zmq.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected