Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoklavat committed Jan 29, 2021

Verified

This commit was signed with the committer’s verified signature.
hellt Roman Dodin
1 parent a119d7c commit 218935a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MODERNCPP_REMINDER.txt
Original file line number Diff line number Diff line change
@@ -96,6 +96,9 @@
* Concrete Class: representation is part of definition.
* Parameterized Type: type that is parameterized over another type or some value. class template or genericity.
* SFINAE: Substitution Failure Is Not An Error. if types do not match exactly in overloading resolution, conversions are not considered and template is simply dropped from set of viable functions.
* Precondition: condition that must always be true just prior to execution of code.
* Postcondition: condition that must always be true just after execution of code.
* Assertion: condition connected to point in program, that always should evaluate to true at that point in code execution.


[C++ ENTITIES]

0 comments on commit 218935a

Please sign in to comment.