handle: struct -> class

This commit is contained in:
Michele Caini
2024-03-21 10:58:38 +01:00
parent ec92b7672e
commit 0cf7262d2d
2 changed files with 3 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ template<typename>
class basic_organizer;
template<typename, typename...>
struct basic_handle;
class basic_handle;
template<typename>
class basic_snapshot;

View File

@@ -94,7 +94,8 @@ template<typename ILhs, typename IRhs>
* @tparam Scope Types to which to restrict the scope of a handle.
*/
template<typename Registry, typename... Scope>
struct basic_handle {
class basic_handle {
public:
/*! @brief Type of registry accepted by the handle. */
using registry_type = Registry;
/*! @brief Underlying entity identifier. */