• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function
    <iterator>

    std::ostream_iterator::operator++

    ostream_iterator& operator++();
    ostream_iterator& operator++(int);
    

    概要

    イテレータをインクリメントする。

    ostream_iteratorでは何もしない。

    戻り値

    *this

    
    

    出力

    参照