MCPcopy Create free account
hub / github.com/boostorg/filesystem / c_str

Method c_str

test/path_test.cpp:214–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213 const_pointer data() const { return m_str.data(); }
214 const_pointer c_str() const { return m_str.c_str(); }
215
216 iterator begin() { return m_str.begin(); }
217 const_iterator begin() const { return m_str.begin(); }

Callers 15

to_externalMethod · 0.45
to_internalMethod · 0.45
mainFunction · 0.45
test_constructorsFunction · 0.45
test_assignmentsFunction · 0.45
test_appendsFunction · 0.45
test_concatsFunction · 0.45
test_observersFunction · 0.45
test_overloadsFunction · 0.45
setenv_Function · 0.45
unsetenv_Function · 0.45
set_read_onlyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected