To value initialize an object of type T, one would do something along the lines of one of the following:
T
T x = T(); T x((T()));
In §7.1.5.2, keep reading down to table 7, which has the full list of what's allowed as a simple specifier (which does include "unsigned int").