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

Consider allowing C++17's std::string_view #442

Open
ThisIsFineTM opened this issue Jan 9, 2025 · 0 comments
Open

Consider allowing C++17's std::string_view #442

ThisIsFineTM opened this issue Jan 9, 2025 · 0 comments

Comments

@ThisIsFineTM
Copy link
Contributor

std::string_view is light weight non-owning (char*,size_t) pair which can serve as an interface to take both std::string and c-strings at a function call site. It can also serve to hold compile time string literals for easier use in a constexpr context, among other nice-to-haves.

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