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:
sff
helper
Generated on Mon Aug 21 2023 17:36:13 for SFF++ library: reading and writing SFF from C++ by
1.8.14