【STL】-pair的用法
摘要:        
初始化: std::pair p; //initialize p.first and p.second with zero std::pair p(42, "hello"); make_pair(42, "hello"); // no need for the var name, it's r...    阅读全文
        posted @ 2014-07-22 08:54 醉清风JM 阅读(179) 评论(0) 推荐(0)
                    
                
浙公网安备 33010602011771号