To wydarzenie już się odbyło. Sprawdź nadchodzące wydarzenia
Degrees of constness in C++
Wydarzenie:
Degrees of constness in C++
Typ wydarzenia:
Spotkanie
Kategoria:
Tematyka:
Data:
23.07.2024 (wtorek)
Godzina:
19:00
Język:
polski
Wstęp:
Bezpłatne
Miasto:
Miejsce:
Katedra Telekomunikacji AGH
Adres:
Czarnowiejska 78
Zaloguj się, by zgłosić zmianę.
Prelegenci:
Opis:
This talk is about const-related keywords in C++:
- const
- constexpr
- constinit
- consteval
We will see what they mean, and it may be something else than what you think.
C++ has its specific history: the compatibility with C and language evolution that strives for backwards compatibility. As a result, rather than adding new keywords, we overload their meaning in different contexts, so a single keyword can have multiple meanings.
This will be an overview of many C++ features: from optimizations to template instantiations.
Presenter: Andrzej Krzemieński