ADMB Documentation
-a65f1c97
|
Input operators for adstring and line_adstring. More...
Go to the source code of this file.
Functions | |
istream & | operator>> (istream &c, adstring &t) |
Input string from stream c into adstring t. More... | |
istream & | operator>> (istream &c, line_adstring &t) |
Input string from stream c into line_adstring t. More... | |
Input operators for adstring and line_adstring.
Definition in file string4.cpp.
istream& operator>> | ( | istream & | c, |
adstring & | t | ||
) |
Input string from stream c into adstring t.
/param c input stream /param t output adstring
For some reason 3 works.
Definition at line 17 of file string4.cpp.
istream& operator>> | ( | istream & | c, |
line_adstring & | t | ||
) |
Input string from stream c into line_adstring t.
/param c input stream /param t output line_adstring
Definition at line 40 of file string4.cpp.
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |