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

◆ operator>>() [5/5]

template<typename T >
tfxx::fortranio::FortranBinInput& tfxx::fortranio::operator>> ( tfxx::fortranio::FortranBinInput fi,
T &  value 
)

Input operator template for class FortranBinInput ,The compiler will consider namespace tfxx::fortranio due to the involved FortranBinInput object. There is another input operator template to read raw Blitz++ arrays.

Definition at line 303 of file fortranio.h.

References tfxx::fortranio::FortranBinInput::get().

304 {
305  fi.get(value);
306  return(fi);
307 }
Here is the call graph for this function: