On 05/23/2010 09:17 PM, BCS wrote:
template If(bool b, T, F) { static if(b) alias T If; else alias F If; }
That's in phobos, :) http://digitalmars.com/d/2.0/phobos/std_traits.html#Select
On 05/23/2010 09:17 PM, BCS wrote:
template If(bool b, T, F) { static if(b) alias T If; else alias F If; }
That's in phobos, :) http://digitalmars.com/d/2.0/phobos/std_traits.html#Select