process: add base_type alias to process_adaptor

This commit is contained in:
Michele Caini
2025-07-16 15:08:47 +02:00
parent c07cb32ef8
commit 093718a1c6

View File

@@ -282,6 +282,8 @@ private:
*/
template<typename Delta, typename Func>
struct process_adaptor: public basic_process<Delta> {
/*! @brief Base type. */
using base_type = basic_process<Delta>;
/*! @brief Type used to provide elapsed time. */
using delta_type = typename basic_process<Delta>::delta_type;