FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
util.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  ftxui
 FTXUI 的 ftxui:: 命名空間
 

Functions

Element nothing (Element element)
 一個什麼都不做的裝飾器。
 
Decorator operator| (Decorator a, Decorator b)
 將兩個裝飾器組合為一個。
 
Elements operator| (Elements elements, Decorator decorator)
 從一組元素中,對每個元素應用一個裝飾器。
 
Element operator| (Element element, Decorator decorator)
 從一個元素中,應用一個裝飾器。
 
Elementoperator|= (Element &e, Decorator d)
 對元素應用一個裝飾器。
 
Element emptyElement ()