Просмотр исходного кода

doc: minor changes to suppress warnings

Michele Caini 4 лет назад
Родитель
Сommit
0f3e7b5dac
1 измененных файлов с 1 добавлено и 0 удалено
  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) {