MCPcopy 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

moveFunction · 0.85
allocateMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected