Example #1
0
 inline void swap(string_ref& x, string_ref& y)
 {
     x.swap(y);
 }