MCPcopy Create free account
hub / github.com/boostorg/asio / size

Method size

test/buffer.cpp:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76{
77 T* data() const { return 0; }
78 std::size_t size() const { return 0; }
79 friend span<const T, Extent> as_bytes(const span&) { return {}; }
80 span<T, static_cast<std::size_t>(-1)>
81 subspan(std::size_t, std::size_t = 0) const { return {}; }

Callers 15

deliverMethod · 0.45
do_executeMethod · 0.45
mainFunction · 0.45
handle_readMethod · 0.45
async_writeMethod · 0.45
handle_read_dataMethod · 0.45
do_executeMethod · 0.45
mainFunction · 0.45
handle_read_headersMethod · 0.45
to_buffersMethod · 0.45
stock_replyMethod · 0.45
handle_requestMethod · 0.45

Calls

no outgoing calls