ChildOf

Tests if C is a subclass of P.

  1. template ChildOf(C, P)
    template ChildOf (
    C
    P
    ) {
    enum ChildOf;
    enum ChildOf;
    }
  2. template ChildOf(P)

Meta