From Jason Turner

[defns.prog.def.type]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmphqssw_iu/{from.md → to.md} +11 -0
tmp/tmphqssw_iu/{from.md → to.md} RENAMED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #### 21 program-defined type <a id="defns.prog.def.type">[[defns.prog.def.type]]</a>
2
+
3
+ non-closure class type or enumeration type that is not part of the C++
4
+ standard library and not defined by the implementation, or a closure
5
+ type of a non-implementation-provided lambda expression, or an
6
+ instantiation of a program-defined specialization
7
+
8
+ [*Note 1 to entry*: Types defined by the implementation include
9
+ extensions [[intro.compliance]] and internal types used by the
10
+ library. — *end note*]
11
+