Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KTH-RPL/dufomap
/ as_array
Function
as_array
src/toml.hpp:4206–4210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4204
}
4205
4206
TOML_PURE_GETTER
4207
auto* as_array() const noexcept
4208
{
4209
return as<array>();
4210
}
4211
4212
TOML_PURE_GETTER
4213
auto* as_string() const noexcept
Callers
1
wrap_node<T>* as
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected