Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ flags
Method
flags
src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H:121–124 ·
view source on GitHub ↗
- Return flags of output stream
Source
from the content-addressed store, hash-verified
119
120
//- Return flags of output stream
121
ios_base::fmtflags flags() const
122
{
123
return ios_base::fmtflags(0);
124
}
125
126
127
// Read functions
Callers
nothing calls this directly
Calls
1
fmtflags
Enum · 0.85
Tested by
no test coverage detected