Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KTH-RPL/dufomap
/ as_integer
Function
as_integer
src/toml.hpp:4218–4222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4216
}
4217
4218
TOML_PURE_GETTER
4219
auto* as_integer() const noexcept
4220
{
4221
return as<int64_t>();
4222
}
4223
4224
TOML_PURE_GETTER
4225
auto* as_floating_point() const noexcept
Callers
1
wrap_node<T>* as
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected