Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
252
void Foam::OSstream::endl()
253
{
254
write(
'\n'
);
255
os_.flush();
256
}
257
258
259
std::ios_base::fmtflags Foam::OSstream::flags() const
Callers
nothing calls this directly
Calls
2
flush
Method · 0.80
write
Function · 0.50
Tested by
no test coverage detected