This is another page
Let’s add some references to members of the transport
namespace:
transport::Bicycle
is the base classtransport::MountainBike
is a derived classtransport::RacingBike
is the other derived class
Here we reference specific versions of overloaded methods:
We can reference the first one of the two using this ambiguous reference:
transport::RacingBike::PedalHarder
. Note that we can reference
multiple things one one line: transport::foo
, FOOBAR
.
We can reference back to the main page right here, but also to random
anchors in it, for example this one or … in a “See also” block.
Here is a reference to an anchor in the documentation to transport::Bicycle
:
.