isFunctor

Evaluates to true if T is a functor, i.e. a class or struct with an opCall method.

template isFunctor (
T
) {}

Members

Variables

isFunctor
enum bool isFunctor;
Undocumented in source.

Meta