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

Method remove_filename_v3

src/path.cpp:684–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682// modifiers -----------------------------------------------------------------------//
683
684BOOST_FILESYSTEM_DECL void path_algorithms::remove_filename_v3(path& p)
685{
686 p.remove_filename_and_trailing_separators();
687}
688
689BOOST_FILESYSTEM_DECL void path_algorithms::remove_filename_v4(path& p)
690{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected