isUnaryFunction

Evaluates to true if the following compiles:

F.init(ArgT.init); // No return type check.
  1. template isUnaryFunction(F, RetT, ArgT)
  2. template isUnaryFunction(F, ArgT)
    template isUnaryFunction (
    F
    ArgT
    ) {}

Members

Manifest constants

isUnaryFunction
enum isUnaryFunction;
Undocumented in source.

Meta