TF++, Miscellaneous classes and modules in C++:

◆ operator>>() [1/5]

template<class T >
tfxx::fortranio::FortranBinInput& tfxx::fortranio::operator>> ( tfxx::fortranio::FortranBinInput is,
aff::Series< T > &  s 
)

reading operator

Definition at line 62 of file fortranaffio.h.

References readaff().

63  {
64  readaff(is, s);
65  return(is);
66  }
void readaff(tfxx::fortranio::FortranBinInput &is, C &s)
read an aff container from the file
Definition: fortranaffio.h:53
Here is the call graph for this function: