stl中一些冷門的函數

最近在走讀webrtc代碼,碰到一些比較冷門的STL 的API,特此記錄。web 1. std::enable_if C11新特性,簡單的說,就是模板中,根據K值的結果,肯定使用的函數。svg int main() { int a = 128; vector<string> s = { "today", "is", "Saturday" }; show(a); show(s);
相關文章
相關標籤/搜索