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

Method const_buffer

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

Source from the content-addressed store, hash-verified

1123{
1124 public:
1125 constexpr const_buffer() noexcept : _data(nullptr), _size(0) {}
1126 constexpr const_buffer(const void *p, size_t n) noexcept : _data(p), _size(n)
1127 {
1128#ifdef ZMQ_EXTENDED_CONSTEXPR

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected