Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KTH-RPL/dufomap
/ is_floating_point
Function
is_floating_point
src/toml.hpp:4120–4124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4118
}
4119
4120
TOML_PURE_GETTER
4121
bool is_floating_point() const noexcept
4122
{
4123
return node_ && node_->is_floating_point();
4124
}
4125
4126
TOML_PURE_GETTER
4127
bool is_number() const noexcept
Callers
1
is
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected