SFF++ library: reading and writing SFF from C++

◆ yesno()

void sff::helper::yesno ( std::ostream &  os,
const bool &  f 
)

Definition at line 83 of file sffverbose.cc.

Referenced by sff::verbose().

84  {
85  if (f) { os << "YES"; } else { os << "NO"; }
86  os << std::endl;
87  } // void yesno(std::ostream& os, const bool& f)
Here is the caller graph for this function: