Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ visit_any
Function
visit_any
src/ifcparse/parse_ifcxml.cpp:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
void visit_any(Fn fn, const boost::any& a);
52
template <typename Fn, typename... Types>
53
void visit_any(Fn fn, const boost::any & a) {
54
visit_any_impl<Fn, Types...>(fn, a);
55
};
56
57
}
58
Callers
2
process_characters
Function · 0.85
start_element
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected