libstdc++
std::future_error Class Reference

#include <future>

Inheritance diagram for std::future_error:
[legend]

Public Member Functions

 future_error (error_code __ec)
 
const error_codecode () const noexcept
 
virtual const char * what () const noexcept
 

Detailed Description

Exception type thrown by futures.

Definition at line 95 of file future.


The documentation for this class was generated from the following file: