Base class for array type containers.
More...
#include <avogadro/core/coordinateset.h>
|
template<typename T > |
bool | isType (const T &) const |
|
This base class gives us the non-templated base class that stores all arrays of data. You should use the base class as the container, and figure out its type when using it.
◆ isType()
template<typename T >
bool isType |
( |
const T & |
| ) |
const |
- Returns
- true if the type of the array matches the input type.
The documentation for this class was generated from the following file: