const AND throw functions?

can a function be declared as a const function as well as being a const function? Something like:

int myClass::myFunction(int someNum) const throw(MyException){}
Yes it can.
Topic archived. No new replies allowed.