MCPcopy Create free account
hub / github.com/Simple-Robotics/Simple / lambda_visitor_helper

Class lambda_visitor_helper

include/simple/utils/visitors.hpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 // Declaration of a helper to accumulate operator() overloads from lambdas.
17 template<typename ReturnType, typename... Lambdas>
18 struct lambda_visitor_helper;
19
20 // Specialization for initial case without any lambda
21 template<typename ReturnType>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected