Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- OpenCV
- #else
- PyQt5
- Django
- flask
- 사이트 도메인
- heroku
- #if
- 환경변수 설정
- Action
- DB 데이터 저장
- 튜토리얼
- 명령어
- #undef
- MySQL 세팅
- jinja2
- openweathermap
- VS Code
- #ifndef
- 콘솔 가상환경 # 콘솔 #가상환경
- 실시간 시계
- #endif
- href
- javascript
- 성능지표
- bootstrap4 패키지
- DB 데이터
- OpenCV + Flask
- #ifdef
- bootstrap
Archives
- Today
- Total
PROGRAMMING
C++ operator overloading (연산자 오버로딩) 본문
1. 연산자 형식 목록 https://ko.wikipedia.org/wiki/C%EC%99%80_C%2B%2B%EC%9D%98_%EC%97%B0%EC%82%B0%EC%9E%90
C와 C++의 연산자 - 위키백과, 우리 모두의 백과사전
위키백과, 우리 모두의 백과사전. 둘러보기로 가기 검색하러 가기 이것은 C와 C++ 프로그래밍 언어의 연산자의 목록이다. 나열된 모든 연산자는 C++에 존재한다. 네번째 열("C에 포함됨")은 해당 연
ko.wikipedia.org
2. operator bool() const
https://stackoverflow.com/questions/4600295/what-is-the-meaning-of-operator-bool-const
What is the meaning of "operator bool() const"
For example: operator bool() const { return col != 0; } col is an int. How does operator bool() const work?
stackoverflow.com
Comments