getProtection.getProtection

Undocumented in source.
  1. enum getProtection;
    template getProtection(alias symbol)
    static if(__traits(compiles, __traits(getProtection, symbol)))
    enum getProtection = __traits(getProtection, symbol);
  2. enum getProtection;
  3. template getProtection(alias T, string member)

Meta