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

Method const_contiguous_container

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

Source from the content-addressed store, hash-verified

64 typedef const T& const_reference;
65
66 const_contiguous_container() {}
67 std::size_t size() const { return 0; }
68 iterator begin() { return 0; }
69 const_iterator begin() const { return 0; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected