std::istrstream::str

< cpp‎ | io‎ | istrstream

char* str();

冻结缓冲区后,返回指向其起始的指针。等效地调用 rdbuf()->str()

参数

(无)

返回值

指向关联 std::strsteambuf 中缓冲区起始的指针,或若无可用缓冲区则为空指针。


示例