Montag, 18. Mai 2020

June Talk: Hendrik Niemeyer "Intro to C++20's Concepts"

Hello to all C++ enthusiasts,

Hendrik will use the opportunity to join our usergroup virtually and give us his introduction to concepts in C++20.
Teaser
One of the biggest new features of C++20 are concepts. Concepts define requirements on template arguments which are enforced by the compiler. This leads to more readable code which clearly expresses intent. Error messages are improved since violations of the constraints defined by concepts can be detected in the early stages of the template instantiation.
This talked is aimed at people with little or no experience with concepts and will introduce generic programming with concepts (constraining templates, writing your own concepts and overloading functions which are constrained by concepts)
We will use Goto Meeting for our remote meetup. You will get the chance to ask your questions directly through chat or voice.

Date: Thursday, 11. June 2020
Start: 19:00
End: 22:00
Place: Goto Meeting (The recording on Youtube: https://youtu.be/rROoYqDr2KM)

Please join before 19 o'clock. As we will start on time.

Cheers!
Andreas