|
|
lucid
0.0.1
Lifting-based Uncertain Control Invariant Dynamics
|
Check if the type T is a data container of type U having a data() method which returns a raw pointer and a size() method which returns the size of the container.
More...
#include <concept.h>
Check if the type T is a data container of type U having a data() method which returns a raw pointer and a size() method which returns the size of the container.
| T | type to check |
| U | type of the elements |