clid.util

Undocumented in source.

Members

Functions

validateStruct
void validateStruct()

Checks if a given struct is a valid configuration struct.

Templates

Value
template Value(C, alias m)

Wrapper around __traits(getMember, ...)

Value
template Value(alias c, alias m)

Wrapper around __traits(getMember, ...)

hasUDAV
template hasUDAV(C, alias m, T)

Wrapper around hasUDA!(...)

hasUDAV
template hasUDAV(C, alias m, alias t)

Wrapper around hasUDA!(...)

hasUDAV
template hasUDAV(alias c, alias m, alias t)

Wrapper around hasUDA!(...)

Meta