What is this function call operator?

Gary Willoughby via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Aug 27 08:18:22 PDT 2015


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?


More information about the Digitalmars-d-learn mailing list