Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::basic_streambuf<CharT,Traits>::pbase,std::basic_streambuf<CharT,Traits>::pptr,std::basic_streambuf<CharT,Traits>::epptr

      From cppreference.com
      <cpp‎ |io‎ |basic streambuf
       
       
       
      std::basic_streambuf
       
      protected:
      char_type* pbase()const;
      (1)
      protected:
      char_type* pptr()const;
      (2)
      protected:
      char_type* epptr()const;
      (3)

      Returns pointers defining the put area.

      1) Returns the pointer to the beginning ("base") of the put area.

      2) Returns the pointer to the current character (put pointer) in the put area.

      3) Returns the pointer one past the end of the put area.

      Contents

      [edit]Parameters

      (none)

      [edit]Return value

      1) The pointer to the beginning of the put area.

      2) The pointer to the current character (put pointer) in the put area.

      3) The pointer one past the end of the put area.

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      returns a pointer to the beginning, current character and the end of the get area
      (protected member function)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/basic_streambuf/pptr&oldid=148680"

      [8]ページ先頭

      ©2009-2025 Movatter.jp