42 void testBasicVisitor ();
43 void testBasicVisitorGenericFallback ();
44 void testBasicVisitorCoercion ();
45 void testBasicVisitorCoercionGenericFallback ();
47 void testNonCopyableFunctors ();
49 void testAcceptsRValueRef ();
51 void testLValueRef ();
52 void testLValueRef2 ();
54 void testPrepareVisitor ();
55 void testPrepareVisitorConst ();
56 void testPrepareVisitorRValue ();
57 void testPrepareVisitorFinally ();
58 void testPrepareJustAutoVisitor ();
59 void testPrepareRecursiveVisitor ();
60 void testPrepareVisitorMutable ();