Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0voice/cpp_new_features
/ flags
Method
flags
cpp_14/001_utility_exchange.cpp:14–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
public:
13
14
flags_type flags() const
15
{ return flags_; }
16
17
/// 以 newf 替换 flags_ 并返回旧值。
18
flags_type flags(flags_type newf)
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected