C++ Usergroup Dresden's cover image

Hendrik Niemeyer "Intro to C++20's Concepts"

Hosted by C++ Usergroup Dresden

Tweet Share

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.

Time:
June 11, 2020, 7 p.m. - June 11, 2020, 10 p.m.
Place:

Comments

Attendees (1)

Photos

Photo of Hendrik Niemeyer