bool operator()()
时间: 2023-11-14 15:05:15 浏览: 54
operator
This is the declaration of a function call operator. It allows an object to be called as if it were a function. The return type is a boolean value. The implementation of this operator depends on the specific object and its intended use.
阅读全文