
C++ Core Guidelines: Rules for Variadic Templates
/
0 Comments
Variadic templates are a typical feature of C++: from the user's perspective, they are easy to use, but…

C++ Core Guidelines: Rules for Templates and Hierarchies
Due to the C++ core guidelines, "Templates are the backbone of C++’s support for generic programming…

C++ Core Guidelines: Ordering of User-Defined Types
My post for today is just loosely coupled to the rules of the C++ core guidelines because they do provide…

C++ Core Guidelines: Template Definitions
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…
