| 7057 | |
| 7058 | template<typename L, typename ArgType> |
| 7059 | static auto invoke( L const &lambda, ArgType const &arg ) -> ParserResult { |
| 7060 | return lambda( arg ); |
| 7061 | } |
| 7062 | }; |
| 7063 | |
| 7064 | template<> |
nothing calls this directly
no outgoing calls
no test coverage detected