Visitor2 that is ready to visit object of type DummyVisitable, but not of type DummyChildVisitable.
More...
|
using | VisitableT = std::remove_reference_t< std::remove_const_t< DummyVisitable > > |
|
Visitor2 that is ready to visit object of type DummyVisitable, but not of type DummyChildVisitable.
Yet, we try to pass it a DummyChildVisitable
Definition at line 113 of file Visitor.cpp.
◆ DummyVisitor2()
Leosac::Test::DummyVisitor2::DummyVisitor2 |
( |
| ) |
|
|
default |
◆ visit()
◆ visited_
bool Leosac::Test::DummyVisitor2::visited_ {false} |
The documentation for this struct was generated from the following file: