MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / operator""_zbuf

Function operator""_zbuf

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

Source from the content-addressed store, hash-verified

1366namespace literals
1367{
1368constexpr const_buffer operator""_zbuf(const char *str, size_t len) noexcept
1369{
1370 return const_buffer(str, len * sizeof(char));
1371}
1372constexpr const_buffer operator""_zbuf(const wchar_t *str, size_t len) noexcept
1373{
1374 return const_buffer(str, len * sizeof(wchar_t));

Callers

nothing calls this directly

Calls 1

const_bufferClass · 0.85

Tested by

no test coverage detected