inline Size<T>& ClampWidth(T w);
ClampedWidth clamps the current Width to an alternate value. The lesser value is chosen. The following expression may be used to represent the result:
(Width, Height) = (min(Width, w), Height)
A Size reference to the current string whose Width represents the clamp of its original Width with a passed value.
Clamp ClampHeight