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

Method set_error

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

Source from the content-addressed store, hash-verified

13231
13232 template <typename... T>
13233 TOML_RETURNS_BY_THROWING
13234 void set_error(const T&... reason) const
13235 {
13236 set_error_at(current_position(1), reason...);
13237 }
13238
13239 void go_back(size_t count = 1) noexcept
13240 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected