group: added base_type type member

This commit is contained in:
Michele Caini
2021-12-09 17:50:51 +01:00
parent 4e3e5a5361
commit 4347ebcee2

View File

@@ -160,6 +160,8 @@ public:
using reverse_iterator = typename basic_common_type::reverse_iterator;
/*! @brief Iterable group type. */
using iterable_group = iterable;
/*! @brief Common type among all storage types. */
using base_type = basic_common_type;
/*! @brief Default constructor to use to create empty, invalid groups. */
basic_group() ENTT_NOEXCEPT
@@ -661,6 +663,8 @@ public:
using reverse_iterator = typename basic_common_type::reverse_iterator;
/*! @brief Iterable group type. */
using iterable_group = iterable;
/*! @brief Common type among all storage types. */
using base_type = basic_common_type;
/*! @brief Default constructor to use to create empty, invalid groups. */
basic_group() ENTT_NOEXCEPT