cbdl code cleanup

This commit is contained in:
Ingo Weyrich
2019-08-06 17:34:14 +02:00
parent 972d6907d5
commit 5e9a409dba
5 changed files with 338 additions and 654 deletions

View File

@@ -214,6 +214,12 @@ public:
return ptr;
}
// use as pointer to T**
operator const T* const *()
{
return ptr;
}
// use as pointer to data
operator T*()
{