@@ -9,31 +9,6 @@ $(HEADERNAV_TOC)
9
9
members. No additional syntax is used.
10
10
)
11
11
12
- $(UL
13
- $(LI $(RELATIVE_LINK2 unary, Unary Operator Overloading))
14
- $(LI $(RELATIVE_LINK2 cast, Cast Operator Overloading))
15
- $(LI $(RELATIVE_LINK2 binary, Binary Operator Overloading))
16
- $(LI $(RELATIVE_LINK2 eqcmp, Overloading the Comparison Operators)
17
- $(UL
18
- $(LI $(RELATIVE_LINK2 equals, Overloading $(D ==) and $(D !=)))
19
- $(LI $(RELATIVE_LINK2 compare, Overloading $(D <), $(D <=),
20
- $(D >), and $(D >=)))
21
- )
22
- )
23
- $(LI $(RELATIVE_LINK2 function-call, Function Call Operator Overloading))
24
- $(LI $(RELATIVE_LINK2 assignment, Assignment Operator Overloading))
25
- $(LI $(RELATIVE_LINK2 op-assign, Op Assignment Operator Overloading))
26
- $(LI $(RELATIVE_LINK2 array-ops, Array Indexing and Slicing Operators Overloading)
27
- $(UL
28
- $(LI $(RELATIVE_LINK2 array, Index Operator Overloading))
29
- $(LI $(RELATIVE_LINK2 slice, Slice Operator Overloading))
30
- $(LI $(RELATIVE_LINK2 dollar, Dollar Operator Overloading))
31
- )
32
- )
33
- $(LI $(RELATIVE_LINK2 dispatch, Forwarding))
34
- $(LI $(RELATIVE_LINK2 old-style, D1 style operator overloading))
35
- )
36
-
37
12
$(H2 $(LEGACY_LNAME2 Unary, unary, Unary Operator Overloading))
38
13
39
14
$(TABLE2 Overloadable Unary Operators,
@@ -568,7 +543,7 @@ $(BEST_PRACTICE Using `(i > s.i) - (i < s.i)` instead of `i - s.i` to
568
543
compare integers avoids overflow.)
569
544
570
545
571
- $(H2 $(LEGACY_LNAME2 FunctionCall, function-call, Function Call Operator Overloading $(D f()) ))
546
+ $(H2 $(LEGACY_LNAME2 FunctionCall, function-call, Function Call Operator Overloading))
572
547
573
548
$(P The function call operator, $(D ()), can be overloaded by
574
549
declaring a function named $(CODE opCall):
0 commit comments