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
3
#include "
di/execution/concepts/execution_context.h
"
4
5
namespace
di::meta
{
6
template
<concepts::ExecutionContext Context>
7
using
ExecutionContextScheduler
=
decltype
(
util::declval<Context&>
().get_scheduler());
8
}
execution_context.h
di::meta
Definition
merge_interfaces.h:6
di::meta::ExecutionContextScheduler
decltype(util::declval< Context & >().get_scheduler()) ExecutionContextScheduler
Definition
execution_context_scheduler.h:7
di::util::declval
auto declval() -> meta::AddRValueReference< T >
Definition
declval.h:8
libs
di
include
di
execution
meta
execution_context_scheduler.h
Generated by
1.13.0