Visual Studio 2022 was able to display rdcstr
:
and even rdcarray
:
It is not clear how Visual Studio displays rdcarray
:
template <typename T>
struct rdcarray
{
protected:
T *elems;
size_t allocatedCount;
size_t usedCount;
...
}
Visual Studio 2022 was able to display rdcstr
:
and even rdcarray
:
It is not clear how Visual Studio displays rdcarray
:
template <typename T>
struct rdcarray
{
protected:
T *elems;
size_t allocatedCount;
size_t usedCount;
...
}