MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / invoke

Method invoke

tests/catch.hpp:7059–7061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected