What are C++ functors and their uses?

后端 未结 14 1448
花落未央
花落未央 2020-11-21 04:27

I keep hearing a lot about functors in C++. Can someone give me an overview as to what they are and in what cases they would be useful?

14条回答
  •  梦毁少年i
    2020-11-21 04:59

    Except for used in callback, C++ functors can also help to provide a Matlab liking access style to a matrix class. There is a example.

提交回复
热议问题