MGL(Win32)
読み取り中…
検索中…
一致する文字列を見つけられません
mgl_text_format.h ファイル

MGL テキストフォーマット [詳解]

[ソースコード]

関数

STL::string MGL::Text::Format (const STL::string &text, const FormatArgs &args) noexcept
 文字列のフォーマット
 
STL::vector< IndexedCharacterMGL::Text::Format (const IndexedCharacter *indexedText, const IndexConverter &indexConverter, const FormatArgs &args) noexcept
 インデックス文字列のフォーマット
 
template<class... Args>
STL::string MGL::Text::Format (const STL::string &text, const Args &...args) noexcept
 文字列のフォーマット
 
template<class... Args>
STL::vector< IndexedCharacterMGL::Text::Format (const IndexedCharacter *indexedText, const IndexConverter &indexConverter, const Args &...args) noexcept
 インデックス文字列のフォーマット
 

詳解

MGL テキストフォーマット

日付
Since: May 29, 2021. 15:24:20 JST.
著者
Acerola

関数詳解

◆ Format() [1/4]

template<class... Args>
STL::vector< IndexedCharacter > MGL::Text::Format ( const IndexedCharacter * indexedText,
const IndexConverter & indexConverter,
const Args &... args )
noexcept

インデックス文字列のフォーマット

引数
[in]indexedText変換元のインデックス文字列
[in]indexConverter引数の文字列をインデックス化するためのコンバータ
[in]args引数
戻り値
変換後のインデックス文字列

◆ Format() [2/4]

STL::vector< IndexedCharacter > MGL::Text::Format ( const IndexedCharacter * indexedText,
const IndexConverter & indexConverter,
const FormatArgs & args )
noexcept

インデックス文字列のフォーマット

引数
[in]indexedText変換元のインデックス文字列
[in]indexConverter引数の文字列をインデックス化するためのコンバータ
[in]args引数
戻り値
変換後のインデックス文字列

◆ Format() [3/4]

template<class... Args>
STL::string MGL::Text::Format ( const STL::string & text,
const Args &... args )
noexcept

文字列のフォーマット

引数
[in]text変換元の文字列
[in]args引数
戻り値
変換後の文字列

◆ Format() [4/4]

STL::string MGL::Text::Format ( const STL::string & text,
const FormatArgs & args )
noexcept

文字列のフォーマット

引数
[in]text変換元の文字列
[in]args引数
戻り値
変換後の文字列