FTXUI/include/ftxui/dom
Arthur Sonzogni fcd050c017
Table: support initializer list constructor. (#915)
To avoid burdening the user with explicit type construction when using
the library, we can use a constructor that accepts an initializer list
(std::initializer_list). This allows users to pass initializer lists
directly without having to wrap them in
std::vector<std::vector<std::string>>. This resolves the ambiguous case
when the inner list contains only two elements.

Bug:https://github.com/ArthurSonzogni/FTXUI/issues/912
2024-08-13 15:55:09 +02:00
..
canvas.hpp Enable raw keyboard input (#832) 2024-04-28 15:17:54 +02:00
deprecated.hpp Generate compile commands for clangd. (#855) 2024-05-01 14:32:22 +02:00
direction.hpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
elements.hpp Generate compile commands for clangd. (#855) 2024-05-01 14:32:22 +02:00
flexbox_config.hpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
linear_gradient.hpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
node.hpp Generate compile commands for clangd. (#855) 2024-05-01 14:32:22 +02:00
requirement.hpp Move copyright to the top of files. 2023-08-19 13:57:01 +02:00
table.hpp Table: support initializer list constructor. (#915) 2024-08-13 15:55:09 +02:00
take_any_args.hpp Generate compile commands for clangd. (#855) 2024-05-01 14:32:22 +02:00