mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-08-08 13:46:49 +08:00
We can use emplace_back to construct the Display instances directly, instead of constructing them separately and copying them, avoiding the need to copy std::string and std::vector instances that are part of the Display struct.