MCPcopy Create free account
hub / github.com/Clarionos/clarion / visit

Method visit

tests/clio/database.cpp:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450
451 template <typename L>
452 void visit(L&& v) const
453 {
454 visit(std::forward<L>(v), root());
455 }
456
457 struct iterator
458 {

Callers 2

fracpack.cppFile · 0.45
gql.cppFile · 0.45

Calls 1

rootClass · 0.85

Tested by

no test coverage detected