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

Function create_recursive_iterator

test/convenience_test.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void create_recursive_iterator(const fs::path & ph)
59 {
60 fs::recursive_directory_iterator it(ph);
61 }
62}
63
64// ------------------------------------------------------------------------------------//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected