page =
url = https://quuxplusone.github.io/blog
arthur o'dwyer – stuff mostly about c++
initializer_list
llvm parameter-only-types proposal wg21
C++17 introduced
std::string_view
as a “parameter-only” drop-in replacement for
const std::string&
. This allows us to make clean refactorings such as: