استفاده از transform در Container ها
دوشنبه, ۱ آبان ۱۳۹۶، ۰۲:۰۱ ب.ظ
auto z = TreeService::getInstance().getRelations(node->getId(), Noor::TreeAddressModel::Related);
std::transform(z.cbegin(), z.cend(), std::back_inserter(m_relatedNodeIds), [](int x)
{
return qMakePair(x, 0);
});
- ۹۶/۰۸/۰۱