Page 3 -
P. 3
C++ STANDARD LIBRARY
2.5 레퍼런스 래퍼 53
2.5.1 std::ref와 std::cref 54
2.6 스마트 포인터 55
2.6.1 std::unique_ptr 56
2.6.2 std::shared_ptr 60
2.6.3 std::weak_ptr 63
2.6.4 순환 참조 66
2.7 타입 트레이트 68
2.7.1 타입 정보 검사 68
2.7.2 기본 타입 카테고리 69
2.7.3 복합 타입 카테고리 70
2.7.4 타입 속성 71
2.7.5 타입 비교 72
2.7.6 타입 수정 72
2.8 시간 라이브러리 74
2.8.1 시점 76
2.8.2 기간 77
2.8.3 클럭 79
2.9 std::any, std::optional, std::variant 80
2.9.1 std::any 80
2.9.2 std::optional 82
2.9.3 std::variant 83
3장 컨테이너 인터페이스 87
3.1 생성과 삭제 88
3.2 크기 90
3.3 접근 91
3.4 대입과 맞바꾸기 93
3.5 비교 94
c++_06.indd 19 2021-11-19 오전 9:25:41