프록시 패턴 ( proxy pattern )
대리자로써 일을 맡기려면 그 일을 처리하고 완료되면 그 결과를 알려주는 패턴.
프록시 패턴의 잘 알려진 예로는 참조 횟수 스마트 포인터가 있다.
(Spread_ptr, weak_ptr)
https://github.com/audtjddld/pattern/tree/master/pattern/src/proxy
https://github.com/audtjddld/pattern
audtjddld/patternContribute to pattern development by creating an account on GitHub.github.com
This article is licensed under CC BY 4.0 by the author.
