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

Function is_inline

src/toml.hpp:7591–7595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7589 }
7590
7591 TOML_PURE_INLINE_GETTER
7592 bool is_inline() const noexcept
7593 {
7594 return inline_;
7595 }
7596
7597 void is_inline(bool val) noexcept
7598 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected