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

Method get

include/sol/table_proxy.hpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152 template <typename T>
153 decltype(auto) get() const& {
154 using idx_seq = std::make_index_sequence<std::tuple_size_v<meta::unqualified_t<key_type>>>;
155 return tuple_get<T>(idx_seq());
156 }
157
158 template <typename T>
159 decltype(auto) get() && {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected