table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::experimental::filesystem::path::clear(3) | C++ Standard Libary | std::experimental::filesystem::path::clear(3) | 
NAME¶
std::experimental::filesystem::path::clear - std::experimental::filesystem::path::clear
Synopsis¶
void clear(); (filesystem TS)
  
   Clears the stored pathname. empty() is true after the call.
Parameters¶
(none)
Return value¶
(none)
Exceptions¶
 noexcept specification:
  
   noexcept
Categories:¶
 * Noindexed pages
  
   * unconditionally noexcept
Hidden categories:¶
 * Pages with unreviewed unconditional noexcept template
  
   * Pages with unreviewed noexcept template
| 2024.06.10 | http://cppreference.com |