名前空間
変種

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

提供: cppreference.com
 
 
入出力ライブラリ
入出力マニピュレータ
Cスタイルの入出力
バッファ
(C++98で非推奨)
ストリーム
抽象
ファイル入出力
文字列入出力
配列入出力
(C++98で非推奨)
(C++98で非推奨)
(C++98で非推奨)
同期化出力
エラーカテゴリインタフェース
(C++11)
 
 
<tbody> </tbody> <tbody class="t-dcl-rev t-dcl-rev-num "> </tbody><tbody> </tbody>
(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& a ) const;
(2) (C++20以上)
std::basic_string<CharT,Traits,Allocator> str() &&;
(3) (C++20以上)
void str( const std::basic_string<CharT,Traits,Allocator>& s );
(4)