Lecture 6 - Slide 37 : 40
Example of type function: Integer of given byte size

We show how to program a type function: Integer_of_byte_size<N>

A function from an int to some C++ integer type

int-types.cc
First version of type function.
int-types-1.cc
Second version of type function - embellished syntax of the type function.
select-stuff.cc
The ugly and bulky selection stuff.