Categories
C++Programming

Design by Introspection (C++20)

Some time ago I stumbled upon a very interesting (and for me new) technique named “Design by Introspection”, which is easily possible with the concept feature of C++20. This technique can be illustrated by the following small code snippet: First the parameter of the function value is of type auto, so it will be set […]

Categories
Uncategorized

Hello, World!

This post was viewed [wpstatistics stat=pagevisits time=total id=161] times. Hello, World from Tea-Age Solution! In this blog I am planning to post news, information, interesting coding snippets, techniques and patterns about current / modern as well as upcoming C++ language versions. Also, the blog will be used for news and information about the TeaScript C++ […]