![]() |
![]()
| ![]() |
![]()
NAMEstd::basic_ostringstream::view - std::basic_ostringstream::view Synopsisstd::basic_string_view<CharT, Traits> view() const noexcept; (since C++20)
Parameters(none) Return valueA std::basic_string_view over the underlying string object. Example This section is incomplete
See also view obtains a view over the underlying character sequence
|