Search code examples
Why can't a string_view be used as a condition expression?...


c++nullclass-designconsistencystring-view

Read More
How exactly is std::string_view faster than const std::string&?...


c++stringc++17string-view

Read More
How to detect use of std::string SSO (short string optimization)?...


c++stringstring-view

Read More
Using std::string_view with api that expects null-terminated string...


c++stringc++17null-terminatedstring-view

Read More
fmt Library - Formatting to a (compile-time) string_view...


c++string-formattingcompile-timestring-viewfmt

Read More
Concatenating string_view objects...


c++c++17string-concatenationstring-view

Read More
Is it safe to call free on std::string_view::data?...


c++mallocc-stringsfreestring-view

Read More
Is it safe to modify std::string while there exists std::string_view pointing to it, but which is no...


c++undefined-behaviorstring-view

Read More
Is there a safe way to assert if a string view is null terminated?...


c++stringassertc-stringsstring-view

Read More
convert wstring_view to int...


c++string-view

Read More
Is a std::string_view literal guaranteed to be null-terminated?...


c++stringc++17standardsstring-view

Read More
how to construct a constexpr static_string from constexpr std::string_view...


c++constexprstring-viewconstant-expression

Read More
Is it safe to pass a temporary std::string to a function accepting std::string_view?...


c++c++17lifetimestring-view

Read More
How to name algorithm in c++ for process items in collection which can add or remove items?...


c++stringalgorithmswitch-statementstring-view

Read More
Safely convert std::string_view to int (like stoi or atoi)...


c++stringc++17atoistring-view

Read More
concatenate string_views in constexpr...


c++c++17constexprstring-view

Read More
Difference between std::basic_string_view<T> and std::span<T>...


c++string-viewguideline-support-library

Read More
Implementation of string_view formatted stream ouput...


c++c++17string-view

Read More
Why does gdb octal-escape characters when querying a string assigned to a char array containing cont...


c++stringg++escapingstring-view

Read More
How to implement constexpr string_view multiplication with a number...


c++c++20constexprfmtstring-view

Read More
Why doesn't std::string_view have assign() and clear() methods?...


c++stlstring-view

Read More
Is `std::map<std::string, int>` faster than `std::map<std::string_view, int>`?...


c++c++20string-view

Read More
File to std::string_view...


c++stlstring-view

Read More
Create span of string_views from C string array...


c++c++20string-viewstd-span

Read More
How to split a std::string into a range (v3) of std::string_views?...


c++stringrange-v3string-view

Read More
Is it safe to pass an `std::string` temporary into an `std::string_view` parameter?...


c++c++17stdstringstring-view

Read More
implicitly convert string to string_view...


c++stringimplicit-conversionstring-view

Read More
Why doesn't std::string have a constructor that directly takes std::string_view?...


c++stringc++17constructor-overloadingstring-view

Read More
How to correctly create std::string from a std::string_view?...


c++stringiteratorc++17string-view

Read More
convert std::uint16_t to std::string_view...


c++stringc++17string-view

Read More
BackNext