vshCreateScoped.destroy

Undocumented in source.
  1. alias destroy = destroyer!(Ts[0])
    template vshCreateScoped(Ts...)
    static if(Ts.length == 1 && is(typeof(Ts[0]) == string))
    alias destroy = destroyer!(Ts[0])
  2. alias destroy = destroyer!(T[0])
  3. alias destroy = Ts[1]

Meta