Esempio n. 1
0
 Any(const Any &that):ptr_(that.clone()) {
 }
Esempio n. 2
0
 Any(Any &that):ptr_(that.clone()) {
 }