Michele Caini 2 лет назад
Родитель
Сommit
b16e4c1ec7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/entt/meta/container.hpp

+ 1 - 1
src/entt/meta/container.hpp

@@ -164,7 +164,7 @@ struct basic_meta_sequence_container_traits {
      * value type).
      * @param cref Optional opaque instance of the object to construct (as
      * decayed const reference type).
-     * @param it The meta iterator to rebind the underlying iterator to.
+     * @param it Iterator before which the element will be inserted.
      * @return True in case of success, false otherwise.
      */
     [[nodiscard]] static bool insert([[maybe_unused]] void *container, [[maybe_unused]] const void *value, [[maybe_unused]] const void *cref, [[maybe_unused]] iterator &it) {