hasSpecifiedCallable.hasSpecifiedCallable

Undocumented in source.
  1. enum hasSpecifiedCallable;
    template hasSpecifiedCallable(T, string callable, P, RT)
    package
    static if(__traits(hasMember, T, callable))
    static if(is(T t : T))
    enum hasSpecifiedCallable = (isSpecifiedCallable!(__traits(getMember, t, callable), P, RT));
  2. enum hasSpecifiedCallable;
  3. enum hasSpecifiedCallable;

Meta