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

Method size

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

Source from the content-addressed store, hash-verified

209
210 bool empty() const { return m_str.empty(); }
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(); }

Callers 15

to_externalMethod · 0.45
to_internalMethod · 0.45
test_constructorsFunction · 0.45
test_assignmentsFunction · 0.45
test_observersFunction · 0.45
test_imbue_localeFunction · 0.45
make_long_pathFunction · 0.45
platform_specific_testsFunction · 0.45
cpp_mainFunction · 0.45
test_copy_file_defaultFunction · 0.45
test_copy_dir_defaultFunction · 0.45
test_copy_dir_default_ecFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected