j
k
j a
j l
peter_foelsche@agilent.com wrote:
for variable number of arguments: void myFunction(std::vector<boost::any> &); or for arguments by name: void myFunction(std::map<std::string, boost::any> &);
for variable number of arguments:
void myFunction(std::vector<boost::any> &);
or for arguments by name:
void myFunction(std::map<std::string, boost::any> &);
Thanks, this is really interesting....
Back to the thread
Back to the list