Home > Net >  C How to create a constant pointer to a function?
C How to create a constant pointer to a function?

Time:05-14

I want to have a class with a constant pointer to a function as a member. However, I'm instead creating functions with constant return values (east const

  • Related