FTXUI 6.1.9
C++ functional terminal UI.
Chargement...
Recherche...
Aucune correspondance
string.cppm
Aller à la documentation de ce fichier.
1/// @module ftxui.screen:String
2/// @brief Fichier module pour les fonctions de chaîne du module Screen
3
4module;
5
7
8export module ftxui.screen:String;
9
10/**
11 * @namespace ftxui
12 * @brief L'espace de noms FTXUI ftxui::
13 */
14export 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}
Fichier module pour les opérations d'écran FTXUI.
L'espace de noms FTXUI ftxui::
Definition animation.hpp:10