标签:
- std::include //if subset std::include(collection1.begin(), collection1.end(), collection2.begin(), collection2.end()} => if collection2 is a subset of collection1 //vector, set
c++ tips
原文地址:http://www.cnblogs.com/tybcode/p/5935362.html