Files
FTXUI/src/ftxui/util.cppm
Miko 229cae78b5 Use module partitions instead of full modules (#1146)
Follow-up to #1015. This pull request replaces the full modules that represent headers, with partitions, to emphasise the belonging of the header to the module. This should hopefully provide a speedup to compilation, and confuse users less by aggregating the usable modules into a smaller set.
2025-11-12 13:42:37 +01:00

8 lines
150 B
C++

/// @module ftxui.util
/// @brief Module file for FTXUI utility operations.
export module ftxui.util;
export import :AutoReset;
export import :Ref;