qBound

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(T) qBound(const(T) min, const(T) val, const(T) max)
    extern (C++) pragma(inline, true) ref
    const(T)
    qBound
    (
    T
    )
    (
    ref const(T) min
    ,
    ref const(T) val
    ,
    ref const(T) max
    )
  2. const(T) qBound(const(T) min, const(T) val, const(T) max)

Meta