401 B
401 B
Take Aways:
-
std::string_view: manipulation of strings without the costs of ownership: i. copying and storing large string objects implemented as an type storing the first element and lenght of string see link
-
Explain sync pattern or idiom in relation to string_view
-
clang-tidy static checking -how does it work?