FITFLOP
Home

string-view (2 post)


posts by category not found!

Tokenize a string with std::views

Tokenizing a String with std views in C In C string tokenization is a common task where a string is split into smaller segments tokens based on specific delimit

2 min read 18-10-2024 26
Tokenize a string with std::views
Tokenize a string with std::views

Why `std::string_view` is not modifiable?

Why std string view is Not Modifiable A Deep Dive into C Efficiency C s std string view is a powerful tool for working with strings without the overhead of copy

2 min read 05-10-2024 30
Why `std::string_view` is not modifiable?
Why `std::string_view` is not modifiable?