Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
private:
70
std::size_t size_= 0;
Callers
8
c_str
Method · 0.45
str
Method · 0.45
prepare
Method · 0.45
shrink_to_fit
Method · 0.45
prepare
Method · 0.45
commit
Method · 0.45
consume
Method · 0.45
debug_check
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected