return *this;
}
+ /**
+ * Return the number of elements in the array stored in the variable
+ * n_array_elements.
+ */
+ static constexpr unsigned int
+ size()
+ {
+ return n_array_elements;
+ }
+
/**
* Access operator (only valid with component 0 in the base class without
* specialization).
return *this;
}
+ /**
+ * Return the number of elements in the array stored in the variable
+ * n_array_elements.
+ */
+ static constexpr unsigned int
+ size()
+ {
+ return n_array_elements;
+ }
+
/**
* Access operator.
*/
return *this;
}
+ /**
+ * Return the number of elements in the array stored in the variable
+ * n_array_elements.
+ */
+ static constexpr unsigned int
+ size()
+ {
+ return n_array_elements;
+ }
+
/**
* Access operator.
*/
return *this;
}
+ /**
+ * Return the number of elements in the array stored in the variable
+ * n_array_elements.
+ */
+ static constexpr unsigned int
+ size()
+ {
+ return n_array_elements;
+ }
+
/**
* Access operator.
*/
return *this;
}
+ /**
+ * Return the number of elements in the array stored in the variable
+ * n_array_elements.
+ */
+ static constexpr unsigned int
+ size()
+ {
+ return n_array_elements;
+ }
+
/**
* Access operator.
*/
this->operator=(scalar);
}
+ /**
+ * Return the number of elements in the array stored in the variable
+ * n_array_elements.
+ */
+ static constexpr unsigned int
+ size()
+ {
+ return n_array_elements;
+ }
+
/**
* This function can be used to set all data fields to a given scalar.
*/
return *this;
}
+ /**
+ * Return the number of elements in the array stored in the variable
+ * n_array_elements.
+ */
+ static constexpr unsigned int
+ size()
+ {
+ return n_array_elements;
+ }
+
/**
* Access operator.
*/
return *this;
}
+ /**
+ * Return the number of elements in the array stored in the variable
+ * n_array_elements.
+ */
+ static constexpr unsigned int
+ size()
+ {
+ return n_array_elements;
+ }
+
/**
* Access operator. The component must be either 0 or 1.
*/
return *this;
}
+ /**
+ * Return the number of elements in the array stored in the variable
+ * n_array_elements.
+ */
+ static constexpr unsigned int
+ size()
+ {
+ return n_array_elements;
+ }
+
/**
* Access operator. The component must be between 0 and 3.
*/