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

Method operator[]

extlibs/sol3/include/sol/sol.hpp:22178–22181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22176
22177 template <typename K>
22178 decltype(auto) operator[](K&& k) const& {
22179 auto keys = meta::tuplefy(key, std::forward<K>(k));
22180 return usertype_proxy<Table, decltype(keys)>(tbl, std::move(keys));
22181 }
22182
22183 template <typename K>
22184 decltype(auto) operator[](K&& k) & {

Callers

nothing calls this directly

Calls 1

tuplefyFunction · 0.85

Tested by

no test coverage detected