From Jason Turner

[type.index.overview]

Diff to HTML by rtfpessoa

tmp/tmp0_tqrn9l/{from.md → to.md} RENAMED
@@ -9,12 +9,12 @@ namespace std {
9
  bool operator!=(const type_index& rhs) const noexcept;
10
  bool operator< (const type_index& rhs) const noexcept;
11
  bool operator<= (const type_index& rhs) const noexcept;
12
  bool operator> (const type_index& rhs) const noexcept;
13
  bool operator>= (const type_index& rhs) const noexcept;
14
- size_t hash_code() const;
15
- const char* name() const;
16
  private:
17
  const type_info* target; // exposition only
18
  // Note that the use of a pointer here, rather than a reference,
19
  // means that the default copy/move constructor and assignment
20
  // operators will be provided and work as expected.
 
9
  bool operator!=(const type_index& rhs) const noexcept;
10
  bool operator< (const type_index& rhs) const noexcept;
11
  bool operator<= (const type_index& rhs) const noexcept;
12
  bool operator> (const type_index& rhs) const noexcept;
13
  bool operator>= (const type_index& rhs) const noexcept;
14
+ size_t hash_code() const noexcept;
15
+ const char* name() const noexcept;
16
  private:
17
  const type_info* target; // exposition only
18
  // Note that the use of a pointer here, rather than a reference,
19
  // means that the default copy/move constructor and assignment
20
  // operators will be provided and work as expected.