Type conversion customization point. More...
Type conversion customization point.
Some generators need to rebuild a template sequence type changing only the element type. This structure provides a way to do so in an extensible way. The default implementation handles standard sequence types like std::array or std::vector.
| Seq | Source sequence type. |
| U | New element type. |