Reading (Partial Strings) into char[] #264
-
If we've got a struct:
And we've got some JSON: Is there a way to read directly into the struct's |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You should be able to read into a std::string_view, so I think the following would work: |
Beta Was this translation helpful? Give feedback.
-
Feature was added. |
Beta Was this translation helpful? Give feedback.
Feature was added.