最終更新日時(UTC): 2017年12月11日 15時08分55秒 Doi Yusuke が更新
履歴 編集
basic_ostream<CharT, Traits>& put(char_type c);
(非書式化出力関数)ストリームへ文字を出力する。
sentry
c
setstate(badbit)
*this
#include <iostream> int main() { std::cout.put('1'); std::cout.put('\n'); }
1
TBD
write