MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / c_str

Method c_str

include/stringzilla/stringzilla.hpp:2916–2916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2914 const_pointer data() const noexcept sz_lifetime_bound_ { return string_.internal.start; }
2915 pointer c_str() noexcept sz_lifetime_bound_ { return string_.internal.start; }
2916 const_pointer c_str() const noexcept sz_lifetime_bound_ { return string_.internal.start; }
2917
2918#if !SZ_AVOID_STL
2919

Callers 9

operator()Method · 0.80
test_sequence_structFunction · 0.80
build_environmentFunction · 0.80
log_failureFunction · 0.80
bench_result_tClass · 0.80
bench_nullaryFunction · 0.80
bench_unaryFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_sequence_structFunction · 0.64