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

Method as_bytes

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

Source from the content-addressed store, hash-verified

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 {}; }
82};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected