Michele Caini пре 2 година
родитељ
комит
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).
      * value type).
      * @param cref Optional opaque instance of the object to construct (as
      * @param cref Optional opaque instance of the object to construct (as
      * decayed const reference type).
      * 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.
      * @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) {
     [[nodiscard]] static bool insert([[maybe_unused]] void *container, [[maybe_unused]] const void *value, [[maybe_unused]] const void *cref, [[maybe_unused]] iterator &it) {