
30 Sep
2024
30 Sep
'24
5:12 p.m.
pon., 30 wrz 2024 o 19:03 Dominique Devienne <ddevienne@gmail.com> napisał(a):
On Mon, Sep 30, 2024 at 6:20 PM Andrzej Krzemienski via Boost <boost@lists.boost.org> wrote:
I need to transform a vector of strings into a vector of X through invoking the constructor of X:
FYI, related SO post:
https://stackoverflow.com/questions/65991331/best-way-to-use-constructor-as-...
Thanks. Maybe ranges solve this for std::transform. My original problem was in fact reported in the context of boost::optional::map. Regards, &rzej;