C++ Core Guidelines: Type Safety by Design--Rainer Grimm

Another one.

C++ Core Guidelines: Type Safety by Design

by Rainer Grimm

From the article:

What does that mean: type safety by design. Type safety by design just means, that you always initialise your variables, use std::variant instead of a union, or prefer variadic templates and fold expressions to va_arg's...

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.