摘要: 1: string_view ref https://abseil.io/tips/1 函数参数需要是一个字符串的时候,通常的实现有以下几种: // C Convention void TakesCharStar(const char* s); // Old Standard C++ convent 阅读全文
posted @ 2023-03-08 09:28 青铜时代的猪 阅读(61) 评论(0) 推荐(0)