hasUDA.hasUDA

Undocumented in source.
template hasUDA(alias T, alias UDA)
enum hasUDA = getUDAIndex!(UDA, __traits(getAttributes, T)) != -1;

Meta