hasMethod

Evaluates to true if T has a either a class method or a instance method with the given name

template hasMethod (
T
string method
) {}

Members

Manifest constants

hasMethod
enum hasMethod;
Undocumented in source.

Parameters

T

the type of the class/struct

method

the name of the method

Meta