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

Method table_vector_scope

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

Source from the content-addressed store, hash-verified

13054
13055 TOML_NODISCARD_CTOR
13056 explicit table_vector_scope(std::vector<table*>& tables_, table& tbl) //
13057 : tables{ tables_ }
13058 {
13059 tables.push_back(&tbl);
13060 }
13061
13062 ~table_vector_scope() noexcept
13063 {

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected