2

What does

new (&as_string) auto(other.as_string);

do where as_string is an std::string object? I see that auto(other.as_string) constructs a new copy of other.as_string but what does the (&as_string) causes in combination with the new?

abraham_hilbert
  • 2,181
  • 1
  • 12
  • 28

0 Answers0