Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::basic_filebuf<CharT,Traits>::uflow

      From cppreference.com
      <cpp‎ |io‎ |basic filebuf
       
       
       
       
      protected:
      virtual int_type uflow()

      Behaves like theunderflow(), except that ifunderflow() succeeds (does not returnTraits::eof()), then advances the next pointer for the get area. In other words, consumes one of the characters obtained byunderflow().

      Contents

      [edit]Parameters

      (none)

      [edit]Return value

      The value of the character that was read and consumed in case of success, orTraits::eof() in case of failure.

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      [virtual]
      reads characters from the associated input sequence to the get area and advances the next pointer
      (virtual protected member function ofstd::basic_streambuf<CharT,Traits>)[edit]
      [virtual]
      reads from the associated file
      (virtual protected member function)[edit]
      [virtual]
      writes characters to the associated file from the put area
      (virtual protected member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/basic_filebuf/uflow&oldid=64195"

      [8]ページ先頭

      ©2009-2025 Movatter.jp