Quantcast
Channel: Bartek's coding blog
Viewing all articles
Browse latest Browse all 325

How to Check String or String View Prefixes and Suffixes in C++20

$
0
0

Up to (and including) C++17 if you wanted to check the start or the end in a string you have to use custom solutions, boost or other third-party libraries. Fortunately, this changes with C++20.

See the article where I’ll show you the new functionalities and discuss a couple of examples.

Read more...

Viewing all articles
Browse latest Browse all 325

Trending Articles