Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoklavat committed Mar 23, 2021
1 parent d2b6b6b commit 006d7f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MODERNCPP_REMINDER.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
* Operator: defines type of operation between operands.
* Overloading: using same name for operations on different types is called overloading.
* Override: function from derived class with same name and same set of argument types as virtual function in base.
* Parameter Pack: sequence of (type/value) pairs from which you can peel off arguments starting with first.
* Parameterized Type: type that is parameterized over another type or some value. class template or genericity.
* Per-Object-Data: any given object of class can instantiate different conformal (same type) member object upon initialization (wrapper), and exact class of member object is static property of object that wraps it.
* PIMPL: pointer to implementation.
Expand Down

0 comments on commit 006d7f9

Please sign in to comment.