General Utility Library for C++14
2.12
|
A helper class to debug types.
This is - on purpose - an incomplete templated class.
Trying to instantiate an object of this class will result in a compiler error with a detailed description of template argument T.
T | Type to investigate |
A using example:
A more realistic example for people shying away from auto
: