MCPcopy Create free account
hub / github.com/HelenOS/helenos / max_size

Method max_size

uspace/lib/cpp/include/__bits/string/string.hpp:696–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694 }
695
696 size_type max_size() const noexcept
697 {
698 return 0x7FFF; // TODO: just temporary
699 /* return allocator_traits<allocator_type>::max_size(allocator_); */
700 }
701
702 void resize(size_type new_size, value_type c)
703 {

Callers 1

string_io.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected