• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function
    <streambuf>

    std::basic_streambuf::pubseekoff

    namespace std {
      template<class CharT, class Traits = char_traits<CharT>>
      class basic_streambuf {
      public:
        pos_type pubseekoff(off_type off, ios_base::seekdir way,
                            ios_base::openmode which = ios_base::in | ios_base::out);
    
        ……
      };
    }
    

    概要

    相対位置指定での移動。

    効果

    protected virtualのseekoff()を呼ぶ。

    戻り値

    seekoff(off, way, which)

    バージョン

    言語

    • C++98

    参照