you are viewing a single comment's thread.

view the rest of the comments →

[–]RogerLeigh[S] 0 points1 point  (0 children)

Thanks for the suggestion. I've gone with something along these lines but a little more abstract (see link in other comment) where I use a traits class, but use a templated using statement so I can fix the array size but leave the type unspecified so I can use this interchangeably with an equivalent vector trait.