
C++ Core Guidelines: Template Definitions
/
0 Comments
Template definitions deal with guidelines that are specific to a template implementation. This means,…

C++ Core Guidelines: Surprises with Argument-Dependent Lookup
There is, in particular, one rule left to template interfaces which are quite interesting: T.47: Avoid…

C++ Core Guidelines: Regular and SemiRegular Types
The topic for today is quite important when you create your type: Regular and SemiRegular types.
Here…
Meeting Embedded and Meeting C++ 2018
Last week I was at two conferences in Berlin: Meeting Embedded and Meeting C++. Here are my impressions…

C++ Core Guidelines: Template Interfaces
This post is about template interfaces due to the C++ core guidelines: "...a critical concept", because…

C++ Core Guidelines: Pass Function Objects as Operations
An interface is a contract between a user and an implementer and should, therefore, be written with great…

I’m Proud to Present: The C++ Standard Library including C++14 & C++17
Based on my book "The C++ Standard Library" educative.io created an interactive course. You can have…

C++ Core Guidelines: Definition of Concepts, the Second
Let me continue with the rules for defining concepts in the guidelines. The first of the three remaining…

A new Thread with C++20: std::jthread
One of the participants in my CppCon 2018 workshop asked me: "Can a std::thread be interrupted?". No,…

C++ Core Guidelines: Rules for the Definition of Concepts
Although rule T.11 states: Whenever possible, use standard concepts you sometimes have to define your…

C++ Core Guidelines: Rules for the Usage of Concepts
We will get concepts with high probability in C++20. Here are the rules from the C++ core guidelines…
CppCon 2018
This was the first time I was at the CppCon, and it was an overwhelming experience for me.
Pre-conference…