skypjack il y a 10 mois
Parent
commit
356024ed6e
1 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. 2 4
      src/entt/meta/meta.hpp

+ 2 - 4
src/entt/meta/meta.hpp

@@ -1284,10 +1284,8 @@ public:
     }
 
     /**
-     * @brief Checks whether a type refers to a recognized class template
-     * specialization or not.
-     * @return True if the type is a recognized class template specialization,
-     * false otherwise.
+     * @brief Checks whether a type refers to a template specialization or not.
+     * @return True if the type is a template specialization, false otherwise.
      */
     [[nodiscard]] bool is_template_specialization() const noexcept {
         return (fetch_node().templ.arity != 0u);