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

Function default_to_string

include/sol/stack_core.hpp:1377–1379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1375
1376 template <typename T>
1377 int default_to_string(lua_State* L) {
1378 return oss_default_to_string<T>(meta::supports_op_left_shift<std::ostream, T>(), L);
1379 }
1380
1381 template <typename T>
1382 int default_size(lua_State* L) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected