table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::system_error::what(3) | C++ Standard Libary | std::system_error::what(3) | 
NAME¶
std::system_error::what - std::system_error::what
Synopsis¶
virtual const char* what() const noexcept; (since C++11)
  
   Returns the explanatory string.
Parameters¶
(none)
Return value¶
Pointer to a null-terminated string with explanatory information.
See also¶
 code returns error code
  
   (public member function)
| 2024.06.10 | http://cppreference.com |