concept to check if a binary transformation operation is valid More...
#include <taskflow/core/flow_builder.hpp>
concept to check if a binary transformation operation is valid
| C | Callable type. |
| B1 | First input iterator type. |
| B2 | Second input iterator type. |
| O | Output iterator type. |
Satisfied by a callable that accepts the values referenced by two input iterators and produces a result assignable through an output iterator. Specifically, the following expression must be valid: