MCPcopy Create free account
hub / github.com/ThePhD/sol2 / operator()

Method operator()

include/sol/stack_push.hpp:1364–1366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1362
1363 template <typename T>
1364 int operator()(T&& value) const {
1365 return stack::push<T>(L, std::forward<T>(value));
1366 }
1367 };
1368
1369 } // namespace stack_detail

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected