Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ basic_string
Method
basic_string
uspace/lib/cpp/include/__bits/string/string.hpp:468–470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
466
*/
467
468
basic_string() noexcept
469
: basic_string(allocator_type{})
470
{ /* DUMMY BODY */ }
471
472
explicit basic_string(const allocator_type& alloc)
473
: data_{}, size_{}, capacity_{}, allocator_{alloc}
Callers
nothing calls this directly
Calls
5
move
Function · 0.85
allocate
Method · 0.45
data
Method · 0.45
size
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected