SFF++ library: reading and writing SFF from C++
◆
operator<<()
[8/10]
std::ostream& sff::operator<<
(
std::ostream &
os
,
const
FileHeader
&
fh
)
inline
Definition at line
389
of file
sffxx.h
.
References
sff::FileHeader::write()
.
390
{ fh.write(os);
return
(os); }
Here is the call graph for this function:
sff
Generated on Mon Aug 21 2023 17:36:13 for SFF++ library: reading and writing SFF from C++ by
1.8.14