| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected