MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / operator()

Method operator()

include/dmlc/lua.h:450–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448 lua_State* L;
449 template<typename T>
450 inline void operator()(const T& v) const {
451 Handler<T>::Push(L, v);
452 }
453};
454
455} // namespace lua_stack

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected