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

Method subspan

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

Source from the content-addressed store, hash-verified

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 {}; }
82};
83
84template <typename T, std::size_t Extent>

Callers 4

mutable_bufferMethod · 0.45
buffer.hppFile · 0.45
mutable_buffer bufferFunction · 0.45
const_buffer bufferFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected