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