position in statement

The following 2 statements are same right?
1
2
   const std::string& name() const;
   std::string const &name() const;
Yes. they are same.
Topic archived. No new replies allowed.