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