hasInstanceMethod

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

template hasInstanceMethod (
T
string method
) {}

Members

Manifest constants

hasInstanceMethod
enum hasInstanceMethod;
Undocumented in source.

Parameters

T

the type of the class/struct

method

the name of the method

Meta