S2T

Converts a Token string to its respective TOK value at compile time.

  1. template S2T(string s)
    template S2T (
    string s
    ) {
    enum TOK S2T;
    }
  2. template S2T(Ss...)

Meta