Files
CMake/Source
Alex Turbov f3f70c2f90 StringAlgorithms: Refactor cmTokenize() function
- Refactor and optimize the loop to make it shorter and faster
- Make it push elements into an arbitrary (templated) output iterator
- Make it a template on a separator type with the most used defaults
- Add a backward compatible signature to return `std::vector<std::string>`
- Add an alternative function `cmTokenizedView()` to return a vector of string views
2024-11-06 18:42:17 +04:00
..
2024-11-04 10:09:16 -05:00
2024-11-03 08:19:10 -05:00
2024-11-06 00:01:34 -05:00
2024-08-19 15:10:34 -04:00