F
franco ziade
what does this declaration mean?
void function_name() const
{}
This means that the function is constant? what is the implication?
Thanks
void function_name() const
{}
This means that the function is constant? what is the implication?
Thanks