|
inlineconstexpr |
Applies the Callable object f on each element of a product type. f is applied on the values if the given product_type is a record type.
| f | Callable object to be invoked |
| t | Product type whose elements are used as arguments to f |
| ts | Other product types whose elements are used as arguments to f |