예제 #1
0
파일: any.hpp 프로젝트: dulton/switcher
 Any(const Any &that):ptr_(that.clone()) {
 }
예제 #2
0
파일: any.hpp 프로젝트: dulton/switcher
 Any(Any &that):ptr_(that.clone()) {
 }