isInstanceOf

Gets whether T is an instance of template S.

  1. enum bool isInstanceOf(alias S, T);
    enum bool isInstanceOf(alias S, T);
  2. template isInstanceOf(alias S, alias T)

Return Value

true if T is an instance of template S, false otherwise.

Meta