C++ Core Guidelines: Surprises with Argument-Dependent Lookup
/
0 Comments
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…