Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ ~string
Method
~string
12.19-constevalParmCheck1/main.cpp:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
constexpr string(std::string_view d) { append(d.data(), d.size()); }
44
constexpr ~string() noexcept { reset(); }
45
46
constexpr string& append(std::string_view d)
47
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected