reference-wrapper

    7

    2答えて

    私は地元のstd::vector<std::reference_wrapper<T> >を持って、今、私はその要素の(すなわちがstd::vector<T>)を本当のコピーを返すようにしたいです。ループよりも良い方法がありますか? 例: std::vector<T> foobar() { std::vector<std::reference_wrapper<T> > refsToLoca