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

Class TOML_ABSTRACT_INTERFACE

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

Source from the content-addressed store, hash-verified

12308 static_assert(std::is_standard_layout_v<utf8_codepoint>);
12309
12310 struct TOML_ABSTRACT_INTERFACE utf8_reader_interface
12311 {
12312 TOML_NODISCARD
12313 virtual const source_path_ptr& source_path() const noexcept = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected