The Wayback Machine - https://web.archive.org/web/20200717102209/https://github.com/topics/networking
Skip to content
#

networking

Here are 3,586 public repositories matching this topic...

poco
bridgewaterrobbie
bridgewaterrobbie commented Sep 22, 2019

The documentation for Object, Var and Varholder lead me to believe that given the following setup:

std::vector<DynamicStruct> testList;
  Object t1;
  t1.set("name","com.tl");
  t1.set("num1",false);
  Object j;
  j.set("testval",testList);

The following call would let me extract the values (similar to my other use of Object with primitives and basic strings)

` auto retB

Improve this page

Add a description, image, and links to the networking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the networking topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.