getCommandInfoFor.CommandPattern

Undocumented in source.
  1. enum CommandPattern;
    template getCommandInfoFor(alias CommandT, alias ArgBinderInstance)
    static if(hasUDA!(CommandT, Command))
    enum CommandPattern = getSingleUDA!(CommandT, Command).pattern;
  2. enum CommandPattern;

Meta