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

Function is_separator

src/path.cpp:111–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109# endif
110
111 inline bool is_separator(fs::path::value_type c)
112 {
113 return c == separator
114# ifdef BOOST_WINDOWS_API
115 || c == path::preferred_separator
116# endif
117 ;
118 }
119
120 bool is_root_separator(const string_type& str, size_type pos);
121 // pos is position of the separator

Callers 12

path.cppFile · 0.85
root_nameMethod · 0.85
relative_pathMethod · 0.85
m_parent_path_endMethod · 0.85
filenameMethod · 0.85
is_root_separatorFunction · 0.85
filename_posFunction · 0.85
root_directory_startFunction · 0.85
first_elementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected