Pārlūkot izejas kodu

scheduler: process type

skypjack 9 mēneši atpakaļ
vecāks
revīzija
2532158860
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      src/entt/process/scheduler.hpp

+ 2 - 0
src/entt/process/scheduler.hpp

@@ -47,6 +47,8 @@ class basic_scheduler {
     using container_type = std::vector<std::shared_ptr<basic_process<Delta>>, container_allocator>;
 
 public:
+    /*! @brief Process type. */
+    using type = basic_process<Delta>;
     /*! @brief Allocator type. */
     using allocator_type = Allocator;
     /*! @brief Unsigned integer type. */