Tag: pair
2 posts
-
[2026] C++ tuple detailed Complete Guide | Tuple guide
C++ tuple: basic usage, structured binding (C++17), principles, code, and practical applications. 실전 예제와 코드로 개념부터 활용까지 정리합니다. C++·tuple·pair 중심으로 설명합니다.
-
[2026] C++ Tuple Cheat Sheet | std::tuple, tie, and Structured Bindings
std::tuple basics: make_tuple, get, tie, tuple_cat, structured bindings (C++17), and common pitfalls for multi-value returns.