|
conststr 0.2.1
|
Wrapper of pointer type. More...
#include <reflect.hpp>
Public Attributes | |
| const T * | ptr |
Wrapper of pointer type.
We cannot directly pass a pointer of the member of an object as the variable template parameter when we use clang as the compiler. Therefore, we wrapper the pointer to a constexpr cptr object and pass it as the variable template paramter.
| T | any type |