std::experimental::filesystem::path::empty
From cppreference.com
                    
                                        
                    < cpp | experimental | fs | path
                    
                                                            
                    | 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) |