FTXUI
6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
string.cppm
浏览该文件的文档.
1
/// @module ftxui.screen:String
2
/// @brief Screen 模块字符串函数的模块文件
3
4
module
;
5
6
#include <
ftxui/screen/string.hpp
>
7
8
export
module
ftxui.screen:String
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI ftxui:: 命名空间
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::to_string;
16
using
ftxui::to_wstring;
17
using
ftxui::string_width;
18
using
ftxui::Utf8ToGlyphs;
19
using
ftxui::CellToGlyphIndex;
20
}
ftxui.screen
FTXUI 屏幕操作的模块文件。
ftxui
#include "ftxui/component/component_base.hpp" // 用于 ComponentBase
定义
animation.hpp:9
string.hpp