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

Function native

src/portability.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39#ifdef BOOST_WINDOWS
40BOOST_FILESYSTEM_DECL bool native(std::string const& name)
41{
42 return windows_name(name);
43}
44#else
45BOOST_FILESYSTEM_DECL bool native(std::string const& name)
46{

Callers 1

name_function_testsFunction · 0.85

Calls 2

windows_nameFunction · 0.85
emptyMethod · 0.45

Tested by 1

name_function_testsFunction · 0.68