最終更新:2021-01-30 (土) 03:52:25 (1185d)  

std::streambuf::sgetn
Top / std::streambuf::sgetn

Get sequence of characters

Calls the protected virtual member xsgetn? with the same arguments s and n.

streamsize sgetn (char* s, streamsize n);

メモ

  • char* sに内容をコピー

std::basic_streambuf

  • 内部にポインタを持つ