c++ Programming Glossary: functiontyper
Reference to Function syntax - with and without & http://stackoverflow.com/questions/7321993/reference-to-function-syntax-with-and-without and without What's the difference between typedef void FunctionTypeR vs typedef void FunctionType Is the second also a reference.. FunctionType Is the second also a reference to function Is FunctionTypeR equivalent to FunctionType when used as the type of an argument.. create object of function type FunctionType fun2 f ok FunctionTypeR fun3 f ok Test code typedef void FunctionTypeR typedef void..
|