Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String & StringView usage #7

Open
vk2gpu opened this issue Jul 24, 2017 · 0 comments
Open

String & StringView usage #7

vk2gpu opened this issue Jul 24, 2017 · 0 comments

Comments

@vk2gpu
Copy link
Owner

vk2gpu commented Jul 24, 2017

Initially I stuck with just passing around "const char*", and where appropriate also a size. This can be a bit bulky, and would be better passing around Core::StringView for all read only access, and Core::String for writing.

Before using any of these more widely, there should also be a fixed size string container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant