|
|
lucid
0.0.1
Lifting-based Uncertain Control Invariant Dynamics
|
Check if the type T is a self-reference counter type.
More...
#include <concept.h>
Check if the type T is a self-reference counter type.
A self-reference counter type must have both the AddRef and Release methods. The AddRef method should increment the internal reference counter. The Release method should decrement it, and if it reaches zero, the object should be deleted using its destructor.
| T | type to check |