Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KTH-RPL/dufomap
/ value_flags flags
Function
value_flags flags
src/toml.hpp:5157–5161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5155
}
5156
5157
TOML_NODISCARD
5158
value_flags flags() const noexcept
5159
{
5160
return flags_;
5161
}
5162
5163
value& flags(value_flags new_flags) noexcept
5164
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected