小编Sil*_*eag的帖子

在下面的c ++示例中做什么/ =做什么?

例:

boost::filesystem::path filename;
filename /= boost::filesystem::temp_directory_path();
filename /= boost::filesystem::unique_path();
Run Code Online (Sandbox Code Playgroud)

它比它更好吗?

auto filename = boost::filesystem::unique_path("%%%%-%%%%-%%%%-%%%%");

c++ boost

-1
推荐指数
1
解决办法
503
查看次数

标签 统计

boost ×1

c++ ×1