如何使用算法将一个容器中的对象中的成员复制到另一个容器?

时间:2018-11-18 22:50:21

标签: c++ c++14 c++17

我有一个对象容器,我想将同一成员从每个对象复制到该成员类型的容器中。

即像这样:

return await dbroot.ref(`duplicate/${userId}`)
            .orderByKey().startAt(dayFrom).endAt(dayTo)
            .orderByKey()
            .startAt(`${hourFrom}:00`).endAt(`${hourTo}:59`)

当然,使用算法而不是for循环。

1 个答案:

答案 0 :(得分:6)

似乎是PlayersData playersData = new PlayersData(this); //this is the context 的一个带有lambda的工作(我认为您尚未分配向量)

implementation 'com.google.code.gson:gson:2.8.5'