コード例 #1
0
ファイル: string_ref.hpp プロジェクト: 0xDEC0DE8/mcsema
 inline void swap(string_ref& x, string_ref& y)
 {
     x.swap(y);
 }