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

Function create_recursive_iterator

test/convenience_test.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void create_recursive_iterator(const fs::path& ph)
53{
54 fs::recursive_directory_iterator it(ph);
55}
56} // namespace
57
58// ------------------------------------------------------------------------------------//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected