MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator[]

Method operator[]

extlibs/sol3/include/sol/sol.hpp:22399–22402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22397
22398 template <typename K>
22399 decltype(auto) operator[](K&& k) const& {
22400 auto keys = meta::tuplefy(key, std::forward<K>(k));
22401 return table_proxy<Table, decltype(keys)>(tbl, std::move(keys));
22402 }
22403
22404 template <typename K>
22405 decltype(auto) operator[](K&& k) & {

Callers

nothing calls this directly

Calls 1

tuplefyFunction · 0.85

Tested by

no test coverage detected