Contributions

Article
Guidelines for efficiently and safely processing immutable text in C++ using std::string_view. Presents a total of 21 guidelines grouped into five categories such as using std::string_view as an alternative to std::string and using std::string_view as a wrapper to character arrays.