Having fun with Detection idiom and macros in C++

Introduction The detection idiom is now well known in C++. However, some implementations necessitate a lot of boilerplate, and I do believe that macros may help here. So, let’s having fun with the detection idiom and macros in C++! The goal with detection idiom in C++ The detection idiom is used to know at compile […]

C++
Scroll Top