Searched refs:future_category (Results 1 – 9 of 9) sorted by relevance
19 test_name := thread/futures/futures.errors/future_category20 test_src := future_category.pass.cpp
20 const std::error_category& ec = std::future_category(); in main()
21 const std::error_category& e_cat = std::future_category(); in main()
24 assert(ec.category() == std::future_category()); in main()
26 assert(ec1.category() == std::future_category()); in main()
65 future_category() _NOEXCEPT in future_category() function
46 const error_category& future_category() noexcept;482 const error_category& future_category() _NOEXCEPT;488 return error_code(static_cast<int>(__e), future_category());495 return error_condition(static_cast<int>(__e), future_category());