Update for 03-03-22 12:45

This commit is contained in:
Tyler Perkins 2022-03-03 12:45:01 -05:00
parent 92a7dc50f0
commit 15d6488c4a

View File

@ -8,6 +8,14 @@ drawbacks due to the Object abstraction.
* [[constexpr]]
* [[inline_static_member|inline static members]]
== Common operators ==
=== Distance between two enumerators ===
To find the distance between two enumerators, use `std::distance`.
It is from the `<iterator>` header.
== Also See ==
[[C]]