If you visit this link:

http://dlang.org/phobos/std_traits.html#isCallable

There is this paragraph:

"Detect whether T is a callable object, which can be called with the function call operator (...)."

What is this function call operator? (...) Where can i learn more about it?

Reply via email to