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

Method end

src/path.cpp:1423–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1421}
1422
1423BOOST_FILESYSTEM_DECL path::iterator path::end() const
1424{
1425 iterator itr;
1426 itr.m_path_ptr = this;
1427 itr.m_pos = m_pathname.size();
1428 return itr;
1429}
1430
1431} // namespace filesystem
1432} // namespace boost

Callers 15

mainFunction · 0.45
mainFunction · 0.45
canonical_commonFunction · 0.45
create_directoriesFunction · 0.45
space_info spaceFunction · 0.45
weakly_canonical_v3Function · 0.45
weakly_canonical_v4Function · 0.45
windows_nameFunction · 0.45
lexically_normal_v3Method · 0.45
lexically_normal_v4Method · 0.45
generic_path_v3Method · 0.45
make_preferred_v3Method · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected