bool filesystem::is_regular_file(file_status s) noexcept;
bool filesystem::is_regular_file(const path& p);
bool filesystem::is_regular_file(const path& p, error_code& ec) noexcept;