Loading [MathJax]/extensions/tex2jax.js
Iros
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Loading...
Searching...
No Matches
execution_context_scheduler.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace di::meta {
6template<concepts::ExecutionContext Context>
7using ExecutionContextScheduler = decltype(util::declval<Context&>().get_scheduler());
8}
Definition merge_interfaces.h:6
decltype(util::declval< Context & >().get_scheduler()) ExecutionContextScheduler
Definition execution_context_scheduler.h:7
auto declval() -> meta::AddRValueReference< T >
Definition declval.h:8