Static Asserts


	T x;

	...

	static assert(
		x.sizeof == (int*).sizeof);