hasClassMethod

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

template hasClassMethod (
T
string method
) {}

Members

Manifest constants

hasClassMethod
enum hasClassMethod;
Undocumented in source.

Parameters

T

the type of the class/struct

method

the name of the method

Meta