Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-Robotics/Simple
/ lambda_visitor
Method
lambda_visitor
include/simple/utils/visitors.hpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
typedef lambda_visitor_helper<ReturnType, Lambdas...> Helper;
65
66
lambda_visitor(Lambdas... lambdas)
67
: Helper(lambdas...)
68
{
69
}
70
71
using Helper::operator();
72
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected