Searched refs:iostream_category (Results 1 – 7 of 7) sorted by relevance
20 const std::error_category& e_cat1 = std::iostream_category(); in main()
22 assert(ec.category() == std::iostream_category()); in main()
22 assert(ec1.category() == std::iostream_category()); in main()
36 assert(what_message.find(std::iostream_category().message(static_cast<int> in main()
39 assert(what_message.find(std::iostream_category().message(static_cast<int> in main()
208 storage-class-specifier const error_category& iostream_category() noexcept;404 const error_category& iostream_category() _NOEXCEPT;410 return error_code(static_cast<int>(__e), iostream_category());417 return error_condition(static_cast<int>(__e), iostream_category());
72 iostream_category() _NOEXCEPT in iostream_category() function