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

From cppreference.com
< cpp‎ | experimental‎ | fs‎ | path
 
 
Technical specifications
Filesystem library (filesystem TS)
Library fundamentals (library fundamentals TS)
Library fundamentals 2 (library fundamentals 2 TS)
Extensions for parallelism (parallelism TS)
Concepts (concepts TS)
Extensions for concurrency (concurrency TS)
Special mathematical functions (special math TR)
 
 
 
bool empty() const;
(filesystem TS)

Checks if the path is empty.

Contents

[edit] Parameters

(none)

[edit] Return value

true if the path is empty, false otherwise.

[edit] Exceptions

noexcept specification:  
noexcept
  

[edit] See also

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