• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

    最終更新日時(UTC):
    が更新

    履歴 編集

    function
    <print>

    std::vprint_nonunicode_buffered

    namespace std {
      void vprint_nonunicode_buffered(
             FILE* stream,
             string_view fmt,
             format_args args); // (1) C++26
    }
    

    概要

    確保した文字列バッファに書式指定の出力を作ってから非Unicode出力する。

    効果

    バージョン

    言語

    • C++26

    処理系

    関連項目

    参照