make_unique.由于以下几点原因std::make_unique是创建std::unique_ptr实例的推荐方式: 能避免使用到new运算符 当要求指针保持基础类型时避免代码的重复 最重要的,它是异常安全(exception-safety
if (emplace_result.isInserted()) { /// exception-safety - if you can not allocate