* Create a writable view to an entire AlignedVector object. See the
* documentation of the corresponding overload for std::vector for more
* information.
+ *
+ * @relatesalso ArrayView
*/
template <typename ElementType>
inline ArrayView<ElementType>
* Create a read-only view to an entire AlignedVector object. See the
* documentation of the corresponding overload for std::vector for more
* information.
+ *
+ * @relatesalso ArrayView
*/
template <typename ElementType>
inline ArrayView<const ElementType>
* Create a writable view to a part of an AlignedVector object. See the
* documentation of the corresponding overload for std::vector for more
* information.
+ *
+ * @relatesalso ArrayView
*/
template <typename ElementType>
inline ArrayView<ElementType>
* Create a read-only view to a part of an AlignedVector object. See the
* documentation of the corresponding overload for std::vector for more
* information.
+ *
+ * @relatesalso ArrayView
*/
template <typename ElementType>
inline ArrayView<const ElementType>