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