isWebApi

Boolean determining whether the application is compiled as a webapi or not.

  1. bool isWebApi;
    version(Diamond_WebServer)
    static const
    bool isWebApi;
  2. bool isWebApi;
  3. bool isWebApi;

Meta