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

Method empty

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

Source from the content-addressed store, hash-verified

999 // ----- query -----
1000
1001 bool empty() const noexcept { return m_pathname.empty(); }
1002 bool filename_is_dot() const;
1003 bool filename_is_dot_dot() const;
1004 bool has_root_path() const { return detail::path_algorithms::find_root_path_size(*this) > 0; }

Callers 8

stringMethod · 0.45
wstringMethod · 0.45
has_stemMethod · 0.45
has_extensionMethod · 0.45
has_filename_v3Method · 0.45
lexically_proximateMethod · 0.45
is_endMethod · 0.45
dispatchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected