std::basic_istream::getline - cppreference.com

std::basic_istream::getline - cppreference.com

瀏覽:364
日期:2024-05-26
Extracts characters from stream until end of line or the specified delimiter delim. The first version is equivalent to getline (s, count, widen (' \n ')). Behaves as UnformattedInputFunction. After constructing and checking the sentry object, extracts...看更多