cbdl code cleanup
This commit is contained in:
@@ -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*()
|
||||
{
|
||||
|
Reference in New Issue
Block a user