TTS v3.0.0
The Tiny Test System
 
Loading...
Searching...
No Matches
tts::rebuild< Seq, U > Struct Template Reference

Type conversion customization point. More...

Detailed Description

template<tts::_::sequence Seq, typename U>
struct tts::rebuild< Seq, U >

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.

Template Parameters
SeqSource sequence type.
UNew element type.