registry: added base_type member type

This commit is contained in:
Michele Caini
2021-11-30 11:23:15 +01:00
parent cb4142a97d
commit 34f73f8a2b

View File

@@ -144,6 +144,8 @@ public:
using version_type = typename entity_traits::version_type;
/*! @brief Unsigned integer type. */
using size_type = std::size_t;
/*! @brief Common type among all storage types. */
using base_type = basic_common_type;
/**
* @brief Storage type associated with a given component.