MCPcopy Create free account
hub / github.com/boostorg/beast / empty

Method empty

include/boost/beast/core/detail/char_buffer.hpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 bool empty() const noexcept
65 {
66 return size_ == 0;
67 }
68
69private:
70 std::size_t size_= 0;

Callers 8

c_strMethod · 0.45
strMethod · 0.45
prepareMethod · 0.45
shrink_to_fitMethod · 0.45
prepareMethod · 0.45
commitMethod · 0.45
consumeMethod · 0.45
debug_checkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected