std::experimental::filesystem::path::empty

< cpp‎ | experimental‎ | fs‎ | path
bool empty() const;
(filesystem TS)

Checks if the path is empty.

Parameters

(none)

Return value

true if the path is empty, false otherwise.

Exceptions

noexcept specification:  
noexcept
  

See also

checks if the corresponding path element is not empty
(public member function)