12 rdoListAcc(
"rdoList");
16 std::vector<Identifier::value_type> rdos(
rdoList.size());
17 for (std::size_t
i(0);
i < rdos.size(); ++
i) {
20 rdoListAcc(*
this) = rdos;
24 const std::vector<Identifier::value_type>& values = rdoListAcc(*
this);
25 std::vector<Identifier> rdos(values.size());
26 for (std::size_t
i(0);
i < rdos.size(); ++
i) {
27 rdos[
i].set_literal(values[
i]);