Welcome

SweSTHLM1

StockholmCpp

event flyer0x3E

Today’s sponsor

 

Berotec2026

C++ news

 

C++ news

 

C++: The Documentary

⇒ June 4th

CultRepo + CppCon YT Channels

and other content will follow after summer

C++ news

 

June 8-13, Brno, Czechia

ISO C++ Meeting in Brno → https://wg21.link/N5044

C++ news

 

https://wg21.org
By the C++ Alliance Coup

If you miss access to the GitHub papers during the meeting time

TK611/AG09

 

TK611/AG09

 

Regular on June 1st

Two Swedish members plan to be on site in Brno,
one probably virtual.

Voting and other discussions

SwedenCpp News

SwedenCpp News

 

StockholmCpp Planning 2026
  • long summer break

  • 27 August

  • End of September (location confirmed)

SwedenCpp News

 

10 years SwedenCpp 🎉

Origin story on is the internet
The focus is the future

SwedenCpp News

 

StockholmCpp is again SwedenCpp

 

SwedenCpp News

 

SwedenCpp joined GlobalCpp

https://globalcpp.github.io

Let’s see where this goes

 

SwedenCpp has space in the Pro Network for at least one motivated group

SwedenCpp News

SwedenCpp News

 

X and Bsky get a daily reminder to visit us

Call for Papers!

A community from the community for the community

needyou

Submit your ideas and suggestions

Call for Papers!

You know how it works

whowants

Quiz time

JetBrainsLicense

Quiz time

 

  std::map<int, std::string> imap = {
      {1, "eins"}, {2, "zwei"}, {3, "drei"}};

  std::println("{}", imap);

  auto n = imap._______(2);

  if (n) std::println("{} - {}", n.key(), n.mapped());

  std::println("{}", imap);
// {1: "eins", 2: "zwei", 3: "drei"}
// 2 - zwei
// {1: "eins", 3: "drei"}

Quiz time

 

  std::map<int, std::string> imap = {
      {1, "eins"}, {2, "zwei"}, {3, "drei"}};

  std::println("{}", imap);

  auto n = imap.extract(2);

  if (n) std::println("{} - {}", n.key(), n.mapped());

  std::println("{}", imap);
// Since C++17 in std::map
node_type extract( const_iterator position );
node_type extract( const Key& k );

Today’s program

 

  • Björn: I talk too much

  • 🍹 🍕 Mingle 🍕 🍻

  • Tobias: A Brief Overview of the LLVM Architecture

Väl mött!