Searched refs:future_category (Results 1 – 4 of 4) sorted by relevance
31 using std::future_category;
46 const error_category& future_category() noexcept { in future_category() function
45 const error_category& future_category() noexcept;464 _LIBCPP_EXPORTED_FROM_ABI const error_category& future_category() _NOEXCEPT;467 return error_code(static_cast<int>(__e), future_category());471 return error_condition(static_cast<int>(__e), future_category());
1392 SYMBOL(future_category, std::, <future>)