Welcome

SweSTHLM1

StockholmCpp 0x38

 

UXS Event

Today’s sponsor

UXStream

 

We are hiring!

 

uxstream linkedin job ad

C++ news

 

C++ news

 

C++26 Committee Draft is open for comments

26cd

ISO/IEC JTC 1/SC 22 N6035
→ wg21.link/n5014

C++ news

 

Contracts are new Contract Assertions

contracttassertion

TK611/AG09

 

TK611/AG09

 

Summer break, we restart begin of September

SwedenCpp News

SwedenCpp News

Season 10 started ๐ŸŽ‰

meetup1

9 years ago (Aug 18, 2016)

SwedenCpp News

SwedenCpp

StockholmCpp Planning 2025

 

  • 29 September (OBS! Monday)

  • End of October / Begin of November

Call for Papers

Submit your ideas and suggestions

needyou

Tell us what you want to hear or want to do

Call for Participation

whowants

Quiz time

JetBrainsLicense

Quiz time

 

std::array<int,3> ar = {1,2,3};

Quiz time

 

std::array<int,4> ar = {1,2,3,4};

 

A change in N elements requires 2 changes.
Not just the value list, but also the type.
std::array<int,3>
std::array<int,4>

Quiz time

 

auto ar = std::________({1,2,3,4});

 

Which std function can I use to get the right sized array by just providing the elements?

Quiz time

 

auto ar = std::to_array({1,2,3,4});

 

since C++20

Today’s program

 

  • Dmytro: German Strings
    A Case For Yet Another String Type

  • ๐Ÿน ๐Ÿ• Mingle ๐Ÿ• ๐Ÿป

  • Harald: Template Argument Packs
    Type and Value Lists
    Why and How

Vรคl mรถtt!