일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Phase Offset
- Frame rate
- ApolloAuto
- Quaternion 연산
- nvidia
- HDmap
- Azimuth
- Alpha Prime(VLS-128)
- PYTHON
- object detection
- Single threaded
- Interference Pattern
- PointCloud
- Veloview
- Coding Test
- Smart Pointer
- Reflectivity
- Alpha Prime
- PointCloud Frame
- Multi threaded
- 센서셋
- Motion compensate
- coordinate system
- 3-sigma rule
- VLS-128
- Data Packet
- lidar
- timestamp
- Data Race
- Phase Lock
Archives
- Today
- Total
목록Dynamic Polymorphism (1)
엔지니어 동행하기
Smart Pointer는 RAII idiom 기법을 따르며, C++에서 메모리 관리를 위한 핵심 개념입니다. 그중 첫 번째로 Exclusive ownership을 보장하는 std::unique_ptr에 대해 다뤄보겠습니다. Exclusive Ownership (Heap memory 상의) 하나의 Object는 하나의 Pointer만 가리킬 수 있음을 의미합니다. #include #include struct D { D() { std::cout
Modern C++/Smart Pointer
2022. 6. 5. 16:30