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

Function BOOST_FOREACH

test/foreach_test.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 fs::directory_iterator const it;
21
22 BOOST_FOREACH(fs::path const& p, it)
23 {
24 p.string();
25 }
26 }
27
28#if !defined(BOOST_NO_CXX11_RANGE_BASED_FOR)

Callers

nothing calls this directly

Calls 1

stringMethod · 0.80

Tested by

no test coverage detected