Concept defining the requirements for functors with arguments. More...
#include <ikarus/utils/concepts.hh>
Op | Type of the functor. |
Args | Types of the arguments. |
The concept specifies that an instance of type Op
can be invoked with arguments of types Args
.