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

Method data

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

Source from the content-addressed store, hash-verified

211 size_type size() const { return m_str.size(); }
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(); }

Callers 10

is_overlappingFunction · 0.80
append_v3Method · 0.80
append_v4Method · 0.80
path.cppFile · 0.80
stringMethod · 0.80
wstringMethod · 0.80
path.hppFile · 0.80
dispatchFunction · 0.80
dispatchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected