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

Function to_string

test/path_test.cpp:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240inline std::string to_string(fs::path const& p)
241{
242 return p.string();
243}
244
245#if defined(__clang__)
246#pragma clang diagnostic pop

Callers 1

construction_testsFunction · 0.85

Calls 1

stringMethod · 0.80

Tested by

no test coverage detected