std::basic_stringstream<CharT,Traits,Allocator>::str

来自cppreference.com
(1)
std::basic_string<CharT, Traits, Allocator> str() const;
(C++20 前)
std::basic_string<CharT, Traits, Allocator> str() const&;
(C++20 起)
template< class SAlloc >
std::basic_string<CharT, Traits, SAlloc> str( const SAlloc&