Ejemplo n.º 1
0
 friend inline void swap(const LookupTable& left,
                         const LookupTable& right)
 {
     left.swap(right);
 }