Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace manual static cast with a helper struct used with std::transf…
…orm() This commit replaces a manual static_cast operation with a helper struct that can be used with std::transform(). This change improves readability and maintainability by encapsulating the casting logic in a separate struct. suggessted by @DonghakPark Co-authored-by: Donghak Park <[email protected]> Signed-off-by: Donghyeon Jeong <[email protected]>
- Loading branch information