We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9092bf6 + 79f3a67 commit 1376f89Copy full SHA for 1376f89
docs/cpp/variant-t-extractors.md
@@ -84,8 +84,7 @@ translation.priority.ht:
84
## Syntax
85
86
```
87
-
88
- operator short( ) const;
+operator short( ) const;
89
operator long( ) const;
90
operator float( ) const;
91
operator double( ) const;
@@ -134,4 +133,4 @@ operator unsigned __int64() const;
134
133
**END Microsoft Specific**
135
136
## See Also
137
- [_variant_t Class](../cpp/variant-t-class.md)
+ [_variant_t Class](../cpp/variant-t-class.md)
0 commit comments