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

Method reset

test/write_at.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 void reset()
53 {
54 memset(data_, 0, max_length);
55 next_write_length_ = max_length;
56 }
57
58 void next_write_length(size_t length)
59 {

Calls

no outgoing calls