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

Method readdir_initializer

src/directory.cpp:380–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378struct readdir_initializer
379{
380 readdir_initializer()
381 {
382 init_readdir_impl();
383 }
384};
385
386BOOST_FILESYSTEM_INIT_PRIORITY(BOOST_FILESYSTEM_FUNC_PTR_INIT_PRIORITY) BOOST_ATTRIBUTE_UNUSED BOOST_FILESYSTEM_ATTRIBUTE_RETAIN

Callers

nothing calls this directly

Calls 1

init_readdir_implFunction · 0.85

Tested by

no test coverage detected