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

Method c_str

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

Source from the content-addressed store, hash-verified

1170 */
1171
1172 const value_type* c_str() const noexcept
1173 {
1174 return data_;
1175 }
1176
1177 const value_type* data() const noexcept
1178 {

Callers 15

logic_errorMethod · 0.80
runtime_errorMethod · 0.80
system_errorMethod · 0.80
stolFunction · 0.80
stoulFunction · 0.80
whatMethod · 0.80
test_copyMethod · 0.80
test_compareMethod · 0.80
openMethod · 0.80
openMethod · 0.80
openMethod · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_copyMethod · 0.64
test_compareMethod · 0.64