FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
autoreset.cppm
Go to the documentation of this file.
1/// @module ftxui.util.autoreset
2/// @brief Module file for the AutoReset class of the Util module
3
4module;
5
7
8export module ftxui.util.autoreset;
9
10/**
11 * @namespace ftxui
12 * @brief The FTXUI ftxui:: namespace
13 */
14export namespace ftxui {
15 using ftxui::AutoReset;
16}
Assign a value to a variable, reset its old value when going out of scope.
Definition autoreset.hpp:13
Module file for the AutoReset class of the Util module.
The FTXUI ftxui:: namespace.
Definition animation.hpp:10