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

Function initial_path

include/boost/filesystem/operations.hpp:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293//--------------------------------------------------------------------------------------//
294
295inline path initial_path()
296{
297 return detail::initial_path();
298}
299
300inline path initial_path(system::error_code& ec)
301{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected