A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4140/futures.future_error below:

[futures.future_error]

30.6.3 Class future_error [futures.future_error]
namespace std {
  class future_error : public logic_error {
  public:
    future_error(error_code ec);  // exposition only

    const error_code& code() const noexcept;
    const char*       what() const noexcept;
  };
}

const error_code& code() const noexcept;

1

Returns: The value of ec that was passed to the object's constructor.

const char* what() const noexcept;

2

Returns: An ntbs incorporating code().message().


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4