Quellcode durchsuchen

doc: minor changes to suppress warnings

Michele Caini vor 4 Jahren
Ursprung
Commit
0f3e7b5dac
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/entt/entity/storage.hpp

+ 1 - 0
src/entt/entity/storage.hpp

@@ -359,6 +359,7 @@ protected:
      * @param entt A valid identifier.
      * @param value Optional opaque value.
      * @param force_back Force back insertion.
+     * @return Iterator pointing to the emplaced element.
      */
     typename underlying_type::basic_iterator try_emplace([[maybe_unused]] const Entity entt, const bool force_back, const void *value) override {
         if(value) {