doc:: minor changes

This commit is contained in:
Michele Caini
2022-06-15 09:11:36 +02:00
parent 67b2fc085c
commit 2974e959e5

View File

@@ -158,7 +158,9 @@ using runtime_view = basic_runtime_view<sparse_set>;
/**
* @brief Alias declaration for the most common use case.
* @tparam Args Other template parameters.
* @tparam Owned Types of storage _owned_ by the group.
* @tparam Get Types of storage _observed_ by the group.
* @tparam Exclude Types of storage used to filter the group.
*/
template<typename Owned, typename Get, typename Exclude>
using group = basic_group<type_list_transform_t<Owned, storage_for>, type_list_transform_t<Get, storage_for>, type_list_transform_t<Exclude, storage_for>>;