MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / endl

Function endl

src/OpenFOAM/db/IOstreams/Sstreams/OSstream.C:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251
252void Foam::OSstream::endl()
253{
254 write('\n');
255 os_.flush();
256}
257
258
259std::ios_base::fmtflags Foam::OSstream::flags() const

Callers

nothing calls this directly

Calls 2

flushMethod · 0.80
writeFunction · 0.50

Tested by

no test coverage detected