C++ - Literal class type(const constructor) as template non-type argument
C++20 allow to have a template non type argument for literal class type
C++20 allow to have a template non type argument for literal class type
C++ not allow to inherit the class
lvalue: locatable value(addressable value) xvalue: expiring value glvalue: generalizable lvalue, it will be lvalue or xvalue rvalue: not addressable value(no...
Using unique_ptr for a custom resource such as opening a file.
Please watch the following youtube to understand basic of C++ template meta programming