Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::basic_syncbuf<CharT,Traits,Allocator>::get_wrapped

      From cppreference.com
      <cpp‎ |io‎ |basic syncbuf
       
       
       
      std::basic_syncbuf
      Public member functions
      basic_syncbuf::get_wrapped
      (C++20)
      Protected member functions
      Non-member functions
       
      streambuf_type* get_wrapped()constnoexcept;

      Returns a pointer to the wrappedstd::basic_streambuf.

      Contents

      [edit]Parameters

      (none)

      [edit]Notes

      This function is not expected to be called directly: it is called throughstd::basic_osyncstream::get_wrapped.

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      obtains a pointer to the final destination stream buffer
      (public member function ofstd::basic_osyncstream<CharT,Traits,Allocator>)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/io/basic_syncbuf/get_wrapped&oldid=144210"

      [8]ページ先頭

      ©2009-2025 Movatter.jp