Skip to content
Snippets Groups Projects
Commit f4393e75 authored by Ramin Yaghoubzadeh Torky's avatar Ramin Yaghoubzadeh Torky
Browse files

C++: iteration over deep proxies

Address mode must be selected explicitly using as_map/as_list, like so:
  for (auto value: iu->payload()["listItem"].as_list()) { .... }
  for (auto kv_pair: iu->payload()["mapItem"].as_map()) { .... }
Generic size() function (reports 0 for non-structured types)
parent ae91a7cf
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment