• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function
    <istream>

    std::basic_istream::gcount

    streamsize gcount();
    

    概要

    最後に実行した非書式化入力関数での入力文字数を取得する。

    戻り値

    最後に実行した非書式化関数での入力文字数。

    readメンバ関数の例を参照。

    バージョン

    言語

    • C++98

    参照