67 static const unsigned int type_width = Wrapped<T>::width;
68 static const int width = N + type_width * N;
70 template <
unsigned int Size>
71 void Marshall(Marshaller<Size>& m) {
72 for(
unsigned i=0; i<N; i++) {
75 for(
unsigned i=0; i<N; i++) {