-
Notifications
You must be signed in to change notification settings - Fork 17
Get completion behaviour #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 { |
|
This branch has grown stale - I'll close that. |
No description provided.