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

Method end

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

Source from the content-addressed store, hash-verified

216 iterator begin() { return m_str.begin(); }
217 const_iterator begin() const { return m_str.begin(); }
218 iterator end() { return m_str.end(); }
219 const_iterator end() const { return m_str.end(); }
220
221 operator string_type() const { return m_str; }

Callers 15

cpp_mainFunction · 0.45
check_nativeFunction · 0.45
test_constructorsFunction · 0.45
test_assignmentsFunction · 0.45
test_appendsFunction · 0.45
test_concatsFunction · 0.45
test_iteratorsFunction · 0.45
test_codecvt_argumentFunction · 0.45
convertFunction · 0.45
directory_iterator_testsFunction · 0.45
canonical_basic_testsFunction · 0.45
cpp_mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected