C++ Basic
temporary
변환
생성자 호출 원리
this call, 멤버 함수 포인터
멤버 데이터 포인터, max 함수 구현
멤버 함수 포인터의 크기
placement new, 메모리 할당/해지, 생성자/소멸자 호출
trivial default constructor, trivial copy constructor
template type deduction, auto type deduction
decltype type deduction, decltype(auto), 배열의 이름과 주소
lvalue와 rvalue, reference overloading, reference collapsing
forwarding reference
move 개념, move constuctor, std::move, rule of zero
perfect forwarding
function object, 상태를 가지는 함수, closure, 인라인 치환성
lambda expression, 함수 포인터로의 변환, generic lambda/template lambda