MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / tuplefy

Function tuplefy

extlibs/sol3/include/sol/sol.hpp:1876–1878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1874
1875 template <typename... X>
1876 decltype(auto) tuplefy(X&&... x) {
1877 return std::tuple_cat(meta_detail::force_tuple(std::forward<X>(x))...);
1878 }
1879
1880 template <typename T, typename = void>
1881 struct iterator_tag {

Callers 2

operator[]Method · 0.85
operator[]Method · 0.85

Calls 1

force_tupleFunction · 0.85

Tested by

no test coverage detected