Skip to content

Commit

Permalink
docs: Add note on CRTP
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Jan 23, 2025
1 parent 688c4c2 commit 75a2ce6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/developer_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ An example can be seen in the
strategy where a call to `std::sort` is delayed till after the possibly throwing
`std::vector` constructor.

## Curiously recurring template pattern

An occurrence of the curiously recurring template pattern (CRTP), as a mixin
utilizing C++23's explicit object parameter, can be seen in
`list_iterator_helper`.

## Problem-specific notes

### Meeting Rooms
Expand Down

0 comments on commit 75a2ce6

Please sign in to comment.