#include "di/execution/concepts/receiver.h"
#include "di/execution/types/completion_signuatures.h"
#include "di/function/tag_invoke.h"
Go to the source code of this file.
Namespaces | |
namespace | di |
namespace | di::concepts |
namespace | di::concepts::detail |
Concepts | |
concept | di::concepts::detail::ValidCompletionFor |
concept | di::concepts::ReceiverOf |
Variables | |
template<typename T, typename L> | |
constexpr bool | di::concepts::detail::ReceiverOfHelper = false |
template<typename T, typename... Types> | |
constexpr bool | di::concepts::detail::ReceiverOfHelper< T, types::CompletionSignatures< Types... > > |