From Jason Turner

[meta.unary.prop.query]

Diff to HTML by rtfpessoa

tmp/tmpdnllekoh/{from.md → to.md} RENAMED
@@ -1,11 +1,11 @@
1
  ### Type property queries <a id="meta.unary.prop.query">[[meta.unary.prop.query]]</a>
2
 
3
  This subclause contains templates that may be used to query properties
4
  of types at compile time.
5
 
6
- Each of these templates shall be a `UnaryTypeTrait` ([[meta.rqmts]])
7
  with a base characteristic of `integral_constant<size_t, Value>`.
8
 
9
  [*Example 1*:
10
 
11
  ``` cpp
 
1
  ### Type property queries <a id="meta.unary.prop.query">[[meta.unary.prop.query]]</a>
2
 
3
  This subclause contains templates that may be used to query properties
4
  of types at compile time.
5
 
6
+ Each of these templates shall be a *Cpp17UnaryTypeTrait* [[meta.rqmts]]
7
  with a base characteristic of `integral_constant<size_t, Value>`.
8
 
9
  [*Example 1*:
10
 
11
  ``` cpp