Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::istrstream::str

      From cppreference.com
      <cpp‎ |io‎ |istrstream

      [edit template]
       
       
       
       
      char* str();
      (deprecated in C++98)
      (removed in C++26)

      Returns the pointer to the beginning of the buffer, after freezing it. Effectively callsrdbuf()->str().

      [edit]Parameters

      (none)

      [edit]Return value

      Pointer to the beginning of the buffer in the associatedstd::strstreambuf or a null pointer if no buffer is available.


      [edit]Example

      This section is incomplete
      Reason: no example
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/istrstream/str&oldid=105227"

      [8]ページ先頭

      ©2009-2025 Movatter.jp