|
inlineconstexpr |
Applies the Callable object f on each element of a kumi::record_type and its field.
f can't be applied to the elements of t and/or ts and a kumi::field_capture.| f | Callable object to be invoked |
| t | kumi::record_type whose elements to be used as arguments to f |
| ts | Other kumi::record_type whose elements to be used as arguments to f |