Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.26 KB

File metadata and controls

33 lines (23 loc) · 1.26 KB

print

  • print[meta header]
  • cpp23[meta cpp]

<print>ヘッダでは、書式指定で出力する機能を定義する。

このヘッダでは、デフォルトの出力先、およびFILE*指定のオーバーロードが定義される。std::ostream指定のオーバーロードは<ostream>で定義される。

名前 説明 対応バージョン
print 書式指定で出力する (function template) C++23
println 書式指定で出力する。末尾改行付き (function template) C++23
vprint_unicode 書式指定でUnicode出力する (function) C++23
vprint_nonunicode 書式指定で非Unicode出力する (function) C++23

バージョン

言語

  • C++23

処理系

関連項目

参照