![]() |
Home | Libraries | People | FAQ | More |
Construct an inline_or_executor for the specified
executor.
template< typename Executor1> inline_or_executor( const Executor1 & e, constraint_t< conditional_t< !is_same< Executor1, inline_or_executor >::value, is_convertible< Executor1, Executor >, false_type >::value > = 0);