Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
boost::algorithm::joinのベクトルでの使用は理解していますstd::stringが、どのように使用すればよいstd::vector<std::unique_ptr<Foo>>ですか?
boost::algorithm::join
std::string
std::vector<std::unique_ptr<Foo>>
std::unique_ptr を std::string に変換できるように、ラムダで渡すことができるある種の適用関数を探していると思います。