-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Get completion behaviour #115
base: main
Are you sure you want to change the base?
Conversation
concept just_size = (not ::std::same_as<Completion, ::beman::execution26::set_error_t> or 1u == sizeof...(T)) && | ||
(not ::std::same_as<Completion, ::beman::execution26::set_stopped_t> or 0u == sizeof...(T)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pre-commit] reported by reviewdog 🐶
concept just_size = (not ::std::same_as<Completion, ::beman::execution26::set_error_t> or 1u == sizeof...(T)) && | |
(not ::std::same_as<Completion, ::beman::execution26::set_stopped_t> or 0u == sizeof...(T)); | |
concept just_size = (not::std::same_as<Completion, ::beman::execution26::set_error_t> or 1u == sizeof...(T)) && | |
(not::std::same_as<Completion, ::beman::execution26::set_stopped_t> or 0u == sizeof...(T)); |
static constexpr auto | ||
element_get(::beman::execution26::detail::product_type_element<J, S>&& self) noexcept -> S&& { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pre-commit] reported by reviewdog 🐶
static constexpr auto | |
element_get(::beman::execution26::detail::product_type_element<J, S>&& self) noexcept -> S&& { | |
static constexpr auto element_get(::beman::execution26::detail::product_type_element<J, S>&& self) noexcept | |
-> S&& { |
static constexpr auto | ||
element_get(const ::beman::execution26::detail::product_type_element<J, S>& self) noexcept -> const S& { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pre-commit] reported by reviewdog 🐶
static constexpr auto | |
element_get(const ::beman::execution26::detail::product_type_element<J, S>& self) noexcept -> const S& { | |
static constexpr auto element_get(const ::beman::execution26::detail::product_type_element<J, S>& self) noexcept | |
-> const S& { |
static constexpr auto | ||
make_from(Allocator&& allocator, Product&& product, std::index_sequence<I...>) -> product_type { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pre-commit] reported by reviewdog 🐶
static constexpr auto | |
make_from(Allocator&& allocator, Product&& product, std::index_sequence<I...>) -> product_type { | |
static constexpr auto make_from(Allocator&& allocator, Product&& product, std::index_sequence<I...>) | |
-> product_type { |
No description provided.