canMatch

Checks whether a handler can match a given type.

See the documentation for match for a full explanation of how matches are chosen.

template canMatch (
alias handler
T
) {}

Members

Variables

canMatch
enum bool canMatch;

True if handler is a potential match for T, otherwise false.

Meta