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

Method attach

src/toml.hpp:16098–16104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16096 }
16097
16098 TOML_EXTERNAL_LINKAGE
16099 void formatter::attach(std::ostream & stream) noexcept
16100 {
16101 indent_ = {};
16102 naked_newline_ = true;
16103 stream_ = &stream;
16104 }
16105
16106 TOML_EXTERNAL_LINKAGE
16107 void formatter::detach() noexcept

Callers 1

toml.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected