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

Method tuple_set

include/sol/table_proxy.hpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 template <std::size_t... I, typename T>
50 void tuple_set(std::index_sequence<I...>, T&& value) & {
51 tbl.traverse_set(std::get<I>(key)..., std::forward<T>(value));
52 }
53
54 template <std::size_t... I, typename T>
55 void tuple_set(std::index_sequence<I...>, T&& value) && {

Callers 1

table_proxyClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected