skypjack před 6 měsíci
rodič
revize
356024ed6e
1 změnil soubory, kde provedl 2 přidání a 4 odebrání
  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 {
     [[nodiscard]] bool is_template_specialization() const noexcept {
         return (fetch_node().templ.arity != 0u);
         return (fetch_node().templ.arity != 0u);