isProtection

Undocumented in source.
  1. template isProtection(alias T, string member, string protection = "public")
  2. template isProtection(T, string member, string protection = "public")
    template isProtection (
    T
    string member
    string protection = "public"
    ) {}
  3. template isProtection(alias symbol, string protection)

Members

Variables

isProtection
enum bool isProtection;
Undocumented in source.

Meta