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

Method lexically_normal

include/boost/filesystem/path.hpp:1611–1614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1609}
1610
1611BOOST_FORCEINLINE path path::lexically_normal() const
1612{
1613 return BOOST_FILESYSTEM_VERSIONED_SYM(detail::path_algorithms::lexically_normal)(*this);
1614}
1615
1616BOOST_FORCEINLINE path path::generic_path() const
1617{

Callers 2

make_long_pathFunction · 0.80
lexically_normal_testsFunction · 0.80

Calls

no outgoing calls

Tested by 2

make_long_pathFunction · 0.64
lexically_normal_testsFunction · 0.64