zim-tools
zim-tools copied to clipboard
Consider allowing C++17's std::string_view
std::string_view is light weight non-owning (char*,size_t) pair which can serve as an interface to take both std::string and c-strings at a function call site. It can also serve to hold compile time string literals for easier use in a constexpr context, among other nice-to-haves.