staticIfElse.staticIfElse

Undocumented in source.
  1. alias staticIfElse = ifValue
    template staticIfElse(bool cond, alias ifValue, alias elseValue)
    static if(cond)
    alias staticIfElse = ifValue
  2. alias staticIfElse = elseValue

Meta