Template Class Array
Defined in File array.h
Inheritance Relationships
Base Type
public sparsebase::utils::IdentifiableImplementation< Array< ValueType >, FormatOrderOne< ValueType > >
(Template Class IdentifiableImplementation)
Class Documentation
-
template<typename ValueType>
class sparsebase::format::Array : public sparsebase::utils::IdentifiableImplementation<Array<ValueType>, FormatOrderOne<ValueType>> One dimensional Format class that wraps a native C++ array.
This class basically functions as a wrapper for native C++ arrays such that they can be used polymorphically with the rest of the Format classes
- tparam ValueType
type that the array stores