conststr 0.2.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
reflect::cptr< T > Struct Template Reference

Wrapper of pointer type. More...

#include <reflect.hpp>

Public Attributes

const T * ptr
 

Detailed Description

template<typename T>
struct reflect::cptr< T >

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.

Template Parameters
Tany type

The documentation for this struct was generated from the following file: