mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-02-09 19:28:22 -06:00
Given the std::optional can contain an object type that heap allocates, we can use std::move to avoid an unnecessary copy/allocation from occurring.
Given the std::optional can contain an object type that heap allocates, we can use std::move to avoid an unnecessary copy/allocation from occurring.