|
|
@@ -116,6 +116,12 @@ private:
|
|
|
}
|
|
|
|
|
|
|
|
|
+/**
|
|
|
+ * Internal details not to be documented.
|
|
|
+ * @endcond
|
|
|
+ */
|
|
|
+
|
|
|
+
|
|
|
/*! @brief Stable storage policy, aimed at pointer stability. */
|
|
|
struct stable_storage_policy {
|
|
|
/**
|
|
|
@@ -150,12 +156,6 @@ struct packed_storage_policy {
|
|
|
};
|
|
|
|
|
|
|
|
|
-/**
|
|
|
- * Internal details not to be documented.
|
|
|
- * @endcond
|
|
|
- */
|
|
|
-
|
|
|
-
|
|
|
/**
|
|
|
* @brief View implementation.
|
|
|
*
|