commit | 60117aeeffda3d01a5314984694ae3d6d4588fc1 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Mon Feb 08 17:46:15 2021 -0800 |
committer | Alex Light <allight@google.com> | Wed Feb 10 01:39:40 2021 +0000 |
tree | 12f5062c456de8b50418a8fb74c801c8ccc5b690 | |
parent | c7ac91b21d1a15c14e29d69ff02b48c485962b0d [diff] |
Improve string splitting String splitting is something that we often have to do but our support code for doing so is not the best. Add support for using std::string_view in many circumstances and add support for making an iterator of splits without allocation. Test: ./test.py --host Change-Id: I1b56b7e10926a064b64011326b508dd4af707df9