MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / is_integer

Function is_integer

src/toml.hpp:4114–4118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4112 }
4113
4114 TOML_PURE_GETTER
4115 bool is_integer() const noexcept
4116 {
4117 return node_ && node_->is_integer();
4118 }
4119
4120 TOML_PURE_GETTER
4121 bool is_floating_point() const noexcept

Callers 1

isFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected