Iros
 
Loading...
Searching...
No Matches
is_receiver.h
Go to the documentation of this file.
1#pragma once
2
3namespace di::execution {
4template<typename R>
5constexpr inline bool enable_receiver = requires { typename R::is_receiver; };
6}
Definition bulk.h:30
constexpr bool enable_receiver
Definition is_receiver.h:5