MCPcopy Create free account
hub / github.com/ThePhD/sol2 / table_proxy

Method table_proxy

include/sol/table_proxy.hpp:77–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76 template <typename T>
77 table_proxy(Table table, T&& k) : tbl(table), key(std::forward<T>(k)) {
78 }
79
80 table_proxy(const table_proxy&) = default;
81 table_proxy(table_proxy&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected