Share via


future_category Function

Returns a reference to the error_category object that characterizes errors that are associated with future objects.

const error_category& future_category() _NOEXCEPT;

Requirements

Header: future

Namespace: std

See Also

Reference

<future>

future Class

Other Resources

C++ Standard Library Header Files