ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
string2a.cpp
Go to the documentation of this file.
1 
8 #include <adstring.hpp>
9 
11 {
12  this->adstring::operator=(_s);
13  return *this;
14 }
15 
17 {
18  this->adstring::operator=(_s);
19  return *this;
20 }
line_adstring & operator=(const adstring &s)
Definition: string2a.cpp:10
adstring & operator=(const adstring &t)
Definition: string1.cpp:48