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

◆ operator>>() [2/5]

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

reading operator

Definition at line 71 of file fortranaffio.h.

References readaff().

72  {
73  readaff(is, s);
74  return(is);
75  }
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: