MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / invoke

Method invoke

unittests/catch.hpp:5948–5950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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<>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected