C++ 키워드: for
cppreference.com
C++
| 컴파일러 지원 |
| Freestanding and hosted |
| 언어 |
| 표준 라이브러리 헤더 |
| 명명된 요구사항 |
| Feature test macros (C++20) |
| 언어 지원 라이브러리 |
| 개념 (C++20) |
| Diagnostics library |
| 유틸리티 라이브러리 |
| 문자열 라이브러리 |
| 컨테이너 라이브러리 |
| 반복자 라이브러리 |
| 범위 라이브러리 (C++20) |
| 알고리즘 라이브러리 |
| 수치 라이브러리 |
| 지역화 라이브러리 |
| 입/출력 라이브러리 |
| 파일시스템 라이브러리 (C++17) |
| 정규 표현식 라이브러리 (C++11) |
| 아토믹 연산 라이브러리 (C++11) |
| 쓰레드 지원 라이브러리 (C++11) |
| Technical specifications |
| Symbols index |
| 외부 라이브러리들 |
C++ 언어
| General topics | |||
| Flow control | |||
| Conditional execution statements | |||
| Iteration statements | |||
| |||
| Jump statements | |||
| Functions | |||
| function declaration | |||
| lambda function declaration | |||
| function template | |||
| inline specifier | |||
| exception specifications (deprecated) | |||
| noexcept specifier (C++11) | |||
| Exceptions | |||
| Namespaces | |||
| Types | |||
decltype specifier (C++11) | |||
| Specifiers | |||
| cv specifiers | |||
| storage duration specifiers | |||
| constexpr specifier (C++11) | |||
| auto specifier (C++11) | |||
| alignas specifier (C++11) | |||
| Initialization | |||
| Literals | ||||
| ||||
| Expressions | ||||
| alternative representations | ||||
| Utilities | ||||
| Types | ||||
typedef declaration | ||||
| type alias declaration (C++11) | ||||
| attributes (C++11) | ||||
| Casts | ||||
| implicit conversions | ||||
const_cast conversion | ||||
static_cast conversion | ||||
dynamic_cast conversion | ||||
reinterpret_cast conversion | ||||
| C-style and functional cast | ||||
| Memory allocation | ||||
| Classes | ||||
| Class-specific function properties | ||||
| ||||
| Special member functions | ||||
| ||||
| Templates | ||||
| class template | ||||
| function template | ||||
| template specialization | ||||
| parameter packs (C++11) | ||||
| Miscellaneous | ||||
| Inline assembly |
C++ keywords
| Identifiers with special meaning | ||
용법
-
for루프 - 범위 기반
for루프 (since C++11)