hasField

Evaluates to true if T has a field with the given name

template hasField (
T
string field
) {}

Members

Manifest constants

hasField
enum hasField;
Undocumented in source.

Parameters

T

the type of the class/struct

field

the name of the field

Meta