octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Random questions


From: Júlio Hoffimann
Subject: Re: Random questions
Date: Thu, 20 Dec 2012 17:19:22 -0300

Could you give a specific example?

static std::istringstream&
single_num (std::istringstream& is, double& num) { //... }
This `num' argument is supposed to be returned by the function.

What do you mean by "free function"?

A function that is declared outside any C++ class/struct/enum type.

Best,
Júlio.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]