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

Function dispatch

src/operations.cpp:1877–1886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1875namespace path_traits
1876{
1877 void dispatch(const directory_entry & de,
1878# ifdef BOOST_WINDOWS_API
1879 std::wstring& to,
1880# else
1881 std::string& to,
1882# endif
1883 const codecvt_type &)
1884 {
1885 to = de.path().native();
1886 }
1887
1888} // namespace path_traits
1889} // namespace filesystem

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected