일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- react native typescript navigation
- node.js
- react native ios 기기 연결
- 스탠실 버퍼 시작
- c++ using
- react native accessible
- 리액트 네이티브 설치 오류
- GitHub
- c++ 정보은닉
- react
- 스탠실 버퍼 사용
- unity stencil buffer
- 싸이월드
- react native typescript
- react native
- stencil buffer
- html
- CSS
- node
- Expo
- C++
- react native mac
- cyworld
- react native typescript navigate
- 리액트 네이티브 맥
- 벡터와 리스트의 차이
- react-native
- react native 타입스크립트
- javascript
- 스탠실 버퍼 튜토리얼
Archives
- Today
- Total
혀니의 이거저거 뿌시기
이동 의미론(move semantics) 본문
728x90
https://jungwoong.tistory.com/20
임시 객체에 대해서 깊은 복사를 해서 비효율적으로 처리하는 대신 move 키워드를 이용해
얕은 복사를 통해서 데이터를 이동시켜 효율적으로 작동하도록 하는 것
728x90
'CS > C++' 카테고리의 다른 글
fread/fwrite와 fgets/fputs의 차이점 (0) | 2024.01.25 |
---|---|
이동 의미론(move semantics) (0) | 2024.01.09 |
다형성 (0) | 2024.01.09 |
static 변수 (0) | 2024.01.05 |
name mangling (0) | 2023.12.14 |