From Jason Turner

[typeinfo.syn]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp347o0bcv/{from.md → to.md} +12 -0
tmp/tmp347o0bcv/{from.md → to.md} RENAMED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Header `<typeinfo>` synopsis <a id="typeinfo.syn">[[typeinfo.syn]]</a>
2
+
3
+ ``` cpp
4
+ namespace std {
5
+ class type_info;
6
+ class bad_cast;
7
+ class bad_typeid;
8
+ }
9
+ ```
10
+
11
+   [[expr.dynamic.cast]], [[expr.typeid]].
12
+