Content deleted Content added
Stevebroshar (talk | contribs) →Other: hide noise |
Stevebroshar (talk | contribs) →Other: format notes as notes |
||
Line 386:
| {{rh}} colspan="2" {{n/a}}
|-
| {{rh}} colspan="2
|
| {{cpp|1=K::operator R();}}<br>{{cpp|1=explicit K::operator R();}} {{small|(since C++11)}}
| {{n/a}}
▲| {{rh}} colspan="2" style="font-size:smaller;" | Note: for user-defined conversions, the return type implicitly and necessarily matches the operator name unless the type is inferred (e.g. {{cpp|1=operator auto()}}, {{cpp|1=operator decltype(auto)()}} etc.).
|-
| {{rh}} colspan="2" | [[dynamic cast]] conversion
|