MGL(Win32)
|
MGL テキストフォーマット [詳解]
#include <mgl/stl/mgl_stl_containers.h>
#include <mgl/stl/mgl_stl_string.h>
#include <mgl/text/mgl_text_defs.h>
#include <mgl/text/mgl_text_format_argument.h>
#include <mgl/text/mgl_text_index_converter.h>
関数 | |
STL::string | MGL::Text::Format (const STL::string &text, const FormatArgs &args) noexcept |
文字列のフォーマット | |
STL::vector< IndexedCharacter > | MGL::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< IndexedCharacter > | MGL::Text::Format (const IndexedCharacter *indexedText, const IndexConverter &indexConverter, const Args &...args) noexcept |
インデックス文字列のフォーマット | |
MGL テキストフォーマット
|
noexcept |
インデックス文字列のフォーマット
[in] | indexedText | 変換元のインデックス文字列 |
[in] | indexConverter | 引数の文字列をインデックス化するためのコンバータ |
[in] | args | 引数 |
|
noexcept |
インデックス文字列のフォーマット
[in] | indexedText | 変換元のインデックス文字列 |
[in] | indexConverter | 引数の文字列をインデックス化するためのコンバータ |
[in] | args | 引数 |
|
noexcept |
文字列のフォーマット
[in] | text | 変換元の文字列 |
[in] | args | 引数 |
|
noexcept |
文字列のフォーマット
[in] | text | 変換元の文字列 |
[in] | args | 引数 |