| 5946 | |
| 5947 | template<typename L, typename ArgType> |
| 5948 | static auto invoke( L const &lambda, ArgType const &arg ) -> ParserResult { |
| 5949 | return lambda( arg ); |
| 5950 | } |
| 5951 | }; |
| 5952 | |
| 5953 | template<> |
nothing calls this directly
no outgoing calls
no test coverage detected