-
번역 예정 아티클 / 정리할 개념개발/C·C++ 2021. 5. 7. 19:46
>> Perfect forwarding
thbecker.net/articles/rvalue_references/section_08.html
>> ADL(Argument-dependant name lookup)
en.wikipedia.org/wiki/Argument-dependent_name_lookup
>> Single-responsibility principle
en.wikipedia.org/wiki/Single-responsibility_principle
>> Copy and swaop idiom
stackoverflow.com/questions/3279543/what-is-the-copy-and-swap-idiom
>> Optimize out deleting null pointers
stackoverflow.com/questions/45689690/why-doesnt-gcc-optimize-out-deletion-of-null-pointers-in-c
>> Move semantic
stackoverflow.com/questions/3106110/what-is-move-semantics
>> Pass-by-value를 통한 성능 최적화
web.archive.org/web/20140113221447/cpp-next.com/archive/2009/08/want-speed-pass-by-value/#fnref:1
'개발 > C·C++' 카테고리의 다른 글
[Rvalue reference] Move Semantics(2) (0) 2021.05.12 [Rvalue reference] Introduction(1) (0) 2021.05.12 [template] 템플릿 특수화 (0) 2021.05.01 [template] 함수 템플릿(function template) (0) 2021.04.30 [template] 왜 typename parameter에 0을 주나요? (0) 2021.04.30