x.others
cpp11 一些新的std标准库函数,新的特性。还有一些个人感觉不咋用的,未记录。
std::move & std::forward
std::thread
std::to_string
std::to_string(1.2); // == "1.2"
std::to_string(123); // == "123"smart pointer 智能指针
std::tuple
std::tie
std::ref
std::begin/end
最后更新于