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/UOPstream.H:117–120 ·
view source on GitHub ↗
- Return flags of output stream
Source
from the content-addressed store, hash-verified
115
116
//- Return flags of output stream
117
ios_base::fmtflags flags() const
118
{
119
return ios_base::fmtflags(0);
120
}
121
122
123
// Write functions
Callers
nothing calls this directly
Calls
1
fmtflags
Enum · 0.85
Tested by
no test coverage detected