FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
requirement.cppm
Go to the documentation of this file.
1/// @module ftxui.dom.requirement
2/// @brief Module file for the Requirement struct of the Dom module
3
4module;
5
7
8export module ftxui.dom.requirement;
9
10/**
11 * @namespace ftxui
12 * @brief The FTXUI ftxui:: namespace
13 */
14export namespace ftxui {
16}
Requirement is a structure that defines the layout requirements for a Node in the terminal user inter...
Module file for the Requirement struct of the Dom module.
The FTXUI ftxui:: namespace.
Definition animation.hpp:10